We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa457a commit 74459cdCopy full SHA for 74459cd
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.7
+current_version = 0.1.8
3
commit = True
4
tag = True
5
setup.py
@@ -55,6 +55,6 @@
55
test_suite='tests',
56
tests_require=test_requirements,
57
url='https://github.com/speechpro/cloud-python',
58
- version='0.1.7',
+ version='0.1.8',
59
zip_safe=False,
60
)
speechpro/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Dmitry Kozhedubov"""
__email__ = 'hiisi13@gmail.com'
-__version__ = '0.1.7'
+__version__ = '0.1.8'
0 commit comments