We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4033d0 commit 6b95603Copy full SHA for 6b95603
maxminddb/__init__.py
@@ -40,7 +40,7 @@ def Reader(database): # pylint: disable=invalid-name
40
return open_database(database)
41
42
__title__ = 'maxminddb'
43
-__version__ = '1.2.1'
+__version__ = '1.2.2'
44
__author__ = 'Gregory Oschwald'
45
__license__ = 'Apache License, Version 2.0'
46
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
0 commit comments