Skip to content

Commit 72600aa

Browse files
committed
increment version to 4.3.0
1 parent 2ccfb94 commit 72600aa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.2.1
2+
current_version = 4.3.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
@@ -16,3 +16,4 @@ optional_value = rel
1616
values =
1717
dev
1818
rel
19+

pycycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.2.1'
1+
__version__ = '4.3.0'

0 commit comments

Comments
 (0)