Skip to content

Commit cd1d362

Browse files
author
amar
committed
Bump version: 0.0.5 → 0.0.6
1 parent 675238a commit cd1d362

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ideal_ukpostcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """AMAR DESAI"""
44
__email__ = 'amardesai.bgm@gmail.com'
5-
__version__ = '0.0.5'
5+
__version__ = '0.0.6'
66

77

88
from ideal_ukpostcode.pc_validate import validate

setup.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
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
test_suite='tests',
5353
tests_require=test_requirements,
5454
url='https://github.com/myselfdesai/ideal_ukpostcode',
55-
version='version='0.0.5'',
55+
version='version='0.0.6'',
5656
zip_safe=False,
5757
)

0 commit comments

Comments
 (0)