We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3753eff commit ed4e9beCopy full SHA for ed4e9be
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.4
3
files = setup.py pypackager/__init__.py
4
commit = True
5
tag = True
pypackager/__init__.py
@@ -1 +1 @@
-__version__ = tuple(map(int, "0.0.3".split('.')))
+__version__ = tuple(map(int, "0.0.4".split('.')))
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
16
setup(
17
name="python-packager",
18
- version="0.0.3",
+ version="0.0.4",
19
description="A command-line tool to create Python Packages.",
20
long_description=read('README.rst'),
21
url='https://github.com/fcurella/python-packager',
0 commit comments