We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef96ec commit 27d1431Copy full SHA for 27d1431
docs/conf.py
@@ -15,7 +15,7 @@
15
import sys
16
import os
17
18
-__version__ = '0.1.1'
+__version__ = '0.2.0'
19
20
# If extensions (or modules to document with autodoc) are in another directory,
21
# add these directories to sys.path here. If the directory is relative to the
setup.py
@@ -17,7 +17,7 @@
setup(
name='maxminddb',
- version='0.1.1',
+ version='0.2.0',
description='Python extension for reading the MaxMind DB format',
22
ext_modules=[module],
23
long_description=open('README.rst').read(),
0 commit comments