Skip to content

Commit b0a570e

Browse files
committed
Bump version: 0.0.1 → 0.0.2
1 parent 57764e1 commit b0a570e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.0.2
33
files = setup.py pypackager/__init__.py
44
commit = True
55
tag = True
6+

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.1".split('.')))
1+
__version__ = tuple(map(int, "0.0.2".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.1",
18+
version="0.0.2",
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)