We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3104272 commit b47bf4aCopy full SHA for b47bf4a
revisiondict/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'Günther Jena'
4
__email__ = '[email protected]'
5
-__version__ = '0.2.0'
+__version__ = '0.2.1'
6
7
from .revisiondict import RevisionDict
8
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.2.0
+current_version = 0.2.1
commit = True
tag = True
@@ -15,9 +15,9 @@ replace = __version__ = '{new_version}'
15
universal = 1
16
17
[flake8]
18
-exclude =
19
- docs,
20
- tests
+exclude =
+ docs,
+ tests
21
22
[aliases]
23
test = pytest
setup.py
@@ -42,6 +42,6 @@
42
test_suite='tests',
43
tests_require=test_requirements,
44
url='https://github.com/semiversus/python-revisiondict',
45
- version='0.2.0',
+ version='0.2.1',
46
zip_safe=False,
47
)
0 commit comments