Skip to content

Commit 74459cd

Browse files
committed
Bump version: 0.1.7 → 0.1.8
1 parent 7aa457a commit 74459cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.7
2+
current_version = 0.1.8
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
test_suite='tests',
5656
tests_require=test_requirements,
5757
url='https://github.com/speechpro/cloud-python',
58-
version='0.1.7',
58+
version='0.1.8',
5959
zip_safe=False,
6060
)

speechpro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Dmitry Kozhedubov"""
44
__email__ = 'hiisi13@gmail.com'
5-
__version__ = '0.1.7'
5+
__version__ = '0.1.8'

0 commit comments

Comments
 (0)