We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba219a commit 98430caCopy full SHA for 98430ca
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.5
+current_version = 0.0.6
3
files = setup.py pypackager/__init__.py
4
commit = True
5
tag = True
pypackager/__init__.py
@@ -1 +1 @@
-__version__ = tuple(map(int, "0.0.5".split('.')))
+__version__ = tuple(map(int, "0.0.6".split('.')))
setup.py
@@ -19,7 +19,7 @@ def read(fname):
19
20
setup(
21
name="python-packager",
22
- version="0.0.5",
+ version="0.0.6",
23
description="A command-line tool to create Python Packages.",
24
long_description=read('README.rst'),
25
url='https://github.com/fcurella/python-packager',
0 commit comments