We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51a789 commit 056bed8Copy full SHA for 056bed8
pyPostcode/__init__.py
@@ -17,7 +17,7 @@
17
from warnings import warn
18
19
20
-__version__ = '0.5'
+__version__ = '0.6'
21
22
23
class pyPostcodeException(Exception):
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'pyPostcode',
4
packages = ['pyPostcode'],
5
- version = '0.5',
+ version = '0.6',
6
description = 'Request information about Dutch addresses from the PostcodeApi.nu API',
7
author = 'Stefan Jansen',
8
author_email = 'stefan@steffex.net',
0 commit comments