Skip to content

Commit a1056e2

Browse files
committed
BUMP-VERSION: 0.3.0a0 (was: 0.2.0)
1 parent 14cda2b commit a1056e2

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0a0
33
files = click_configfile.py setup.py .bumpversion.cfg
4+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<drop>\w*)
5+
serialize = {major}.{minor}.{patch}{drop}
46
commit = False
57
tag = False
8+
allow_dirty = True
69

7-
[bumpversion:file:setup.py]
8-
replace = {new_version}
9-
10-
[bumpversion:file:click_configfile.py]
11-
replace = {new_version}

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.2.0"
22+
__version__ = "0.3.0a0"
2323
__author__ = "Jens Engel"
2424
__license__ = "BSD"
2525

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def make_long_description(marker=None, intro=None):
101101
# -----------------------------------------------------------------------------
102102
setup(
103103
name="click-configfile",
104-
version="0.2.0",
104+
version="0.3.0a0",
105105
url="http://pypi.python.org/pypi/click-configfile/",
106106
author="Jens Engel",
107107
author_email="[email protected]",

0 commit comments

Comments
 (0)