We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40be282 commit d8d4aa3Copy full SHA for d8d4aa3
2 files changed
pyPostcode/__init__.py
@@ -18,7 +18,7 @@
18
from warnings import warn
19
20
21
-__version__ = '0.6'
+__version__ = '0.7'
22
23
24
class pyPostcodeException(Exception):
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'pyPostcode',
4
packages = ['pyPostcode'],
5
- version = '0.6',
+ version = '0.7',
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