Skip to content

Commit 59109d3

Browse files
committed
BUMP-VERSION: 0.3.0a0 (was: 0.2.0)
1 parent 75630a3 commit 59109d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0
2+
current_version = 0.3.0a0
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def make_long_description(marker=None, intro=None):
8787
# ----------------------------------------------------------------------------
8888
# PROJECT CONFIGURATION (for sdist/setup mostly):
8989
# ----------------------------------------------------------------------------
90-
package_version = "0.2.0"
90+
package_version = "0.3.0a0"
9191
description = """\
9292
This package extends the `click <https://click.pocoo.org/>`_ functionality
9393
by adding support for commands that use configuration files."""

0 commit comments

Comments
 (0)