Skip to content

Commit 056bed8

Browse files
committed
Version bumb to 0.6
1 parent b51a789 commit 056bed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyPostcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from warnings import warn
1818

1919

20-
__version__ = '0.5'
20+
__version__ = '0.6'
2121

2222

2323
class pyPostcodeException(Exception):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name = 'pyPostcode',
44
packages = ['pyPostcode'],
5-
version = '0.5',
5+
version = '0.6',
66
description = 'Request information about Dutch addresses from the PostcodeApi.nu API',
77
author = 'Stefan Jansen',
88
author_email = 'stefan@steffex.net',

0 commit comments

Comments
 (0)