Skip to content

Commit 27d1431

Browse files
committed
Bumped version
1 parent 4ef96ec commit 27d1431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import os
1717

18-
__version__ = '0.1.1'
18+
__version__ = '0.2.0'
1919

2020
# If extensions (or modules to document with autodoc) are in another directory,
2121
# add these directories to sys.path here. If the directory is relative to the

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='maxminddb',
20-
version='0.1.1',
20+
version='0.2.0',
2121
description='Python extension for reading the MaxMind DB format',
2222
ext_modules=[module],
2323
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)