Skip to content

Commit bc4d667

Browse files
committed
Bump version: 0.2.2 → 0.2.3
1 parent ce0b09a commit bc4d667

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.2'
5+
__version__ = '0.2.3'
66

77
from .revisiondict import RevisionDict
88

setup.cfg

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

@@ -23,3 +23,4 @@ doctest_optionflags = ELLIPSIS
2323
addopts = --cov-report=html --cov-report=term-missing --cov=revisiondict --doctest-modules
2424

2525
[rstcheck]
26+

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.2',
45+
version='0.2.3',
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)