We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afbfa9 commit 87451b9Copy full SHA for 87451b9
1 file changed
postcodepy/__init__.py
@@ -7,10 +7,10 @@
7
8
"""
9
__title__ = "Postcode API Wrapper for the REST API of Postcode.nl"
10
-__version__ = "1.1.0"
+__version__ = "1.2.0"
11
__author__ = "Feite Brekeveld"
12
__license__ = "MIT"
13
-__copyright__ = "Copyright 2014-2016 Feite Brekeveld"
+__copyright__ = "Copyright 2014-2024 Feite Brekeveld"
14
15
# Version synonym
16
VERSION = __version__
0 commit comments