Skip to content

Commit 0e57f5d

Browse files
author
Mohan Kishore
committed
Bump version: 0.1.0 → 0.9.0
1 parent de25b68 commit 0e57f5d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

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__ = '[email protected]'
7-
__version__ = '0.1.0'
7+
__version__ = '0.9.0'
88
__copyright__ = 'Copyright (C) 2018 Mohan Kishore'

setup.cfg

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

@@ -17,12 +17,7 @@ universal = 1
1717
[flake8]
1818
exclude = docs, tests
1919
max-line-length = 120
20-
# E303 - too many blank lines
21-
# E201 - whitespace after '('
22-
# E202 - whitespace before ')'
23-
# E701 - multiple statements on one line (colon)
2420
ignore = E303, E201, E202, E701
2521

2622
[aliases]
27-
# Define setup.py command aliases here
2823

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.1.0',
47+
version='0.9.0',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)