Skip to content

Commit 05b1402

Browse files
committed
Bump version
1 parent d752368 commit 05b1402

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.1.0'
43+
__version__ = '1.1.1'
4444
__author__ = 'Gregory Oschwald'
4545
__license__ = 'Apache License, Version 2.0'
4646
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

0 commit comments

Comments
 (0)