Skip to content

Commit 98430ca

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent 2ba219a commit 98430ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

setup.py

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

2020
setup(
2121
name="python-packager",
22-
version="0.0.5",
22+
version="0.0.6",
2323
description="A command-line tool to create Python Packages.",
2424
long_description=read('README.rst'),
2525
url='https://github.com/fcurella/python-packager',

0 commit comments

Comments
 (0)