We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a1e6d commit 0029897Copy full SHA for 0029897
README.rst
@@ -53,6 +53,11 @@ Python version support
53
54
This code requires Python 2.6+ or 3.1+. Older versions are not supported.
55
56
+Versioning
57
+----------
58
+
59
+The GeoIP2 Python API uses `Semantic Versioning <http://semver.org/>`_.
60
61
Support
62
-------
63
geoip2/__init__.py
@@ -4,7 +4,7 @@
4
=================
5
"""
6
__title__ = 'geoip2'
7
-__version__ = '0.1'
+__version__ = '0.1.0'
8
__author__ = 'Gregory Oschwald'
9
__license__ = 'LGPLv2+'
10
__copyright__ = 'Copyright 2013 Maxmind, Inc.'
0 commit comments