We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7c70b commit 7375974Copy full SHA for 7375974
2 files changed
.github/actions/lint_n_test/action.yml
@@ -40,7 +40,7 @@ runs:
40
run: python -m pydocstyle
41
shell: bash
42
- name: Install local ${{ inputs.input_pkg_name }} pkg in editable mode
43
- run: python -m pip install -e ${{ inputs.input_pkg_name }}
+ run: python -m pip install -e ./
44
45
- name: Execute Unit Tests
46
run: python -m unittest discover -s ./test*
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name='wavefront-sdk-python',
14
- version='2.1.2', # Please update with each pull request.
+ version='2.1.3', # Please update with each pull request.
15
author='VMware Aria Operations for Applications Team',
16
url='https://github.com/wavefrontHQ/wavefront-sdk-python',
17
license='Apache-2.0',
0 commit comments