Skip to content

Commit 75630a3

Browse files
committed
FIX-MERGE: Reapply version=0.2.0
1 parent df75fe2 commit 75630a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.3.0a0
2+
current_version = 0.2.0
33
files = click_configfile.py setup.py .bumpversion.cfg
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<drop>\w*)
55
serialize = {major}.{minor}.{patch}{drop}

click_configfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020
# PACKAGE META DATA:
2121
# -----------------------------------------------------------------------------
22-
__version__ = "0.3.0a0"
22+
__version__ = "0.2.0"
2323
__author__ = "Jens Engel"
2424
__license__ = "BSD"
2525

0 commit comments

Comments
 (0)