Skip to content

Commit 3630c48

Browse files
committed
Bumped version to 0.3
1 parent 32f965e commit 3630c48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
sources=['mapcodemodule.c', 'mapcodelib/mapcoder.c'],
1111
include_dirs=['mapcodelib']
1212
)],
13-
version='0.2',
13+
version='0.3',
1414
description='A Python module to do mapcode encoding and decoding. See http://www.mapcode.com for more information.',
1515
author='Erik Bos',
1616
author_email='erik@xs4all.nl',
1717
url='https://github.com/mapcode-foundation/mapcode-python',
18+
download_url='https://github.com/mapcode-foundation/mapcode-python/tarball/v0.3',
1819
license='Apache License 2.0',
1920
classifiers=[
2021
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)