Skip to content

Commit 87451b9

Browse files
committed
version 1.2.0
1 parent 1afbfa9 commit 87451b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postcodepy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
88
"""
99
__title__ = "Postcode API Wrapper for the REST API of Postcode.nl"
10-
__version__ = "1.1.0"
10+
__version__ = "1.2.0"
1111
__author__ = "Feite Brekeveld"
1212
__license__ = "MIT"
13-
__copyright__ = "Copyright 2014-2016 Feite Brekeveld"
13+
__copyright__ = "Copyright 2014-2024 Feite Brekeveld"
1414

1515
# Version synonym
1616
VERSION = __version__

0 commit comments

Comments
 (0)