We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba010a commit 5bca6dcCopy full SHA for 5bca6dc
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.2.0
+current_version = 3.2.1
3
commit = True
4
tag = True
5
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='appknox',
16
- version='3.2.0',
+ version='3.2.1',
17
description='Command-line interface & Python wrapper for the Appknox API',
18
long_description=long_description,
19
url='https://github.com/appknox/appknox-python',
0 commit comments