Skip to content

Commit 52ba389

Browse files
author
Mohan Kishore
committed
Bump version: 0.9.0 → 0.9.1
1 parent ab97a04 commit 52ba389

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

python_dynamodb_lock/__init__.py

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

55
__author__ = """Mohan Kishore"""
66
__email__ = 'mohankishore@yahoo.com'
7-
__version__ = '0.9.0'
7+
__version__ = '0.9.1'
88
__copyright__ = 'Copyright (C) 2018 Mohan Kishore'

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.9.0
2+
current_version = 0.9.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
test_suite='tests',
4545
tests_require=test_requirements,
4646
url='https://github.com/mohankishore/python_dynamodb_lock',
47-
version='0.9.0',
47+
version='0.9.1',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)