Skip to content

Commit b47bf4a

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 3104272 commit b47bf4a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

revisiondict/__init__.py

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

33
__author__ = 'Günther Jena'
44
__email__ = '[email protected]'
5-
__version__ = '0.2.0'
5+
__version__ = '0.2.1'
66

77
from .revisiondict import RevisionDict
88

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

@@ -15,9 +15,9 @@ replace = __version__ = '{new_version}'
1515
universal = 1
1616

1717
[flake8]
18-
exclude =
19-
docs,
20-
tests
18+
exclude =
19+
docs,
20+
tests
2121

2222
[aliases]
2323
test = pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
test_suite='tests',
4343
tests_require=test_requirements,
4444
url='https://github.com/semiversus/python-revisiondict',
45-
version='0.2.0',
45+
version='0.2.1',
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)