Skip to content

Commit ed4e9be

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent 3753eff commit ed4e9be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.3
2+
current_version = 0.0.4
33
files = setup.py pypackager/__init__.py
44
commit = True
55
tag = True

pypackager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = tuple(map(int, "0.0.3".split('.')))
1+
__version__ = tuple(map(int, "0.0.4".split('.')))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515

1616
setup(
1717
name="python-packager",
18-
version="0.0.3",
18+
version="0.0.4",
1919
description="A command-line tool to create Python Packages.",
2020
long_description=read('README.rst'),
2121
url='https://github.com/fcurella/python-packager',

0 commit comments

Comments
 (0)