Skip to content

Commit 9ed6278

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent 9e4d7fe commit 9ed6278

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6-
serialize =
7-
{major}.{minor}.{patch}
6+
serialize =
7+
{major}.{minor}.{patch}
88

99
[bumpversion:file:./json_to_models/__init__.py]

json_to_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pkg_resources import parse_version
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"
44
VERSION = parse_version(__version__)

0 commit comments

Comments
 (0)