We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54cef6 commit 25de0f5Copy full SHA for 25de0f5
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.12
+current_version = 1.1.13
3
commit = True
4
tag = True
5
setup.py
@@ -56,6 +56,6 @@
56
test_suite="tests",
57
tests_require=test_requirements,
58
url="https://github.com/harness/ff-python-server-sdk",
59
- version='1.1.12',
+ version='1.1.13',
60
zip_safe=False,
61
)
0 commit comments