Skip to content

Commit d8d4aa3

Browse files
committed
Bump version to 0.7
1 parent 40be282 commit d8d4aa3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyPostcode/__init__.py

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

2020

21-
__version__ = '0.6'
21+
__version__ = '0.7'
2222

2323

2424
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.6',
5+
version = '0.7',
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)