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