Skip to content

Commit c58018d

Browse files
committed
Bump version: 0.2.6 → 0.2.7
1 parent b09d9bf commit c58018d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.6
2+
current_version = 0.2.7
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

Diff for: json_to_models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pkg_resources import parse_version
22

3-
__version__ = "0.2.6"
3+
__version__ = "0.2.7"
44
VERSION = parse_version(__version__)

0 commit comments

Comments
 (0)