Skip to content

Commit 2bcb510

Browse files
author
bkalashnikov
committedJan 2, 2023
Bump version: 0.2.7 → 0.3.0
1 parent 88e196c commit 2bcb510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.bumpversion.cfg

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

‎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.7"
3+
__version__ = "0.3.0"
44
VERSION = parse_version(__version__)

0 commit comments

Comments
 (0)
Failed to load comments.