Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/lint_n_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
run: python -m pydocstyle
shell: bash
- name: Install local ${{ inputs.input_pkg_name }} pkg in editable mode
run: python -m pip install -e ${{ inputs.input_pkg_name }}
run: python -m pip install -e ./
Comment thread
joannatk marked this conversation as resolved.
shell: bash
- name: Execute Unit Tests
run: python -m unittest discover -s ./test*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name='wavefront-sdk-python',
version='2.1.2', # Please update with each pull request.
version='2.1.3', # Please update with each pull request.
author='VMware Aria Operations for Applications Team',
url='https://github.com/wavefrontHQ/wavefront-sdk-python',
license='Apache-2.0',
Expand Down
Loading