Skip to content

Commit d27195b

Browse files
committed
Bumped version to 2.0.1.1
1 parent d4cbd09 commit d27195b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from distutils.core import setup, Extension
55

6-
module_version = '2.0.0.2'
6+
module_version = '2.0.1.1'
77

88
setup(
99
name='mapcode',
@@ -23,6 +23,7 @@
2323
'Topic :: Scientific/Engineering :: GIS',
2424
'License :: OSI Approved :: Apache Software License',
2525
'Programming Language :: Python :: 2.6',
26-
'Programming Language :: Python :: 2.7'
26+
'Programming Language :: Python :: 2.7',
27+
'Programming Language :: Python :: 3'
2728
],
2829
)

0 commit comments

Comments
 (0)