Skip to content

Commit 73cd39a

Browse files
committed
Bump version: 0.0.8 → 0.0.9
1 parent e650a2f commit 73cd39a

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.8
2+
current_version = 0.0.9
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.8".split('.')))
1+
__version__ = tuple(map(int, "0.0.9".split('.')))

setup.py

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

2222
setup(
2323
name="python-packager",
24-
version="0.0.8",
24+
version="0.0.9",
2525
description="A command-line tool to create Python Packages.",
2626
long_description=read('README.rst'),
2727
url='https://github.com/fcurella/python-packager',

0 commit comments

Comments
 (0)