Skip to content

Commit 6b95603

Browse files
committed
Update for v1.2.2
1 parent d4033d0 commit 6b95603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maxminddb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def Reader(database): # pylint: disable=invalid-name
4040
return open_database(database)
4141

4242
__title__ = 'maxminddb'
43-
__version__ = '1.2.1'
43+
__version__ = '1.2.2'
4444
__author__ = 'Gregory Oschwald'
4545
__license__ = 'Apache License, Version 2.0'
4646
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

0 commit comments

Comments
 (0)