We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04e332 commit dfcfc19Copy full SHA for dfcfc19
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.9
+current_version = 0.1.10
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/speechpro/cloud-python',
59
- version='0.1.9',
+ version='0.1.10',
60
zip_safe=False,
61
)
speechpro/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Dmitry Kozhedubov"""
__email__ = 'hiisi13@gmail.com'
-__version__ = '0.1.9'
+__version__ = '0.1.10'
0 commit comments