Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 10, 2016
1 parent b5c2c6a commit 4ed6844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maxminddb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def Reader(database): # pylint: disable=invalid-name
return open_database(database)

__title__ = 'maxminddb'
__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

0 comments on commit 4ed6844

Please sign in to comment.