Skip to content

Commit 433737a

Browse files
committed
Bump version: 0.2.7 → 0.3.0
1 parent b348a36 commit 433737a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
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

utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
formatted as "major.minor.patch".
1010
"""
1111

12-
__version__ = "0.2.7"
12+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)