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 0faa5a8 commit 6e6a5cfCopy full SHA for 6e6a5cf
setup.py
@@ -10,12 +10,13 @@
10
sources=['mapcodemodule.c', 'mapcodelib/mapcoder.c'],
11
include_dirs=['mapcodelib']
12
)],
13
- version='0.3',
+ # version number format is clibrary - python
14
+ version='0.4',
15
description='A Python module to do mapcode encoding and decoding. See http://www.mapcode.com for more information.',
16
author='Erik Bos',
17
author_email='erik@xs4all.nl',
18
url='https://github.com/mapcode-foundation/mapcode-python',
- download_url='https://github.com/mapcode-foundation/mapcode-python/tarball/v0.3',
19
+ download_url='https://github.com/mapcode-foundation/mapcode-python/tarball/v0.4',
20
license='Apache License 2.0',
21
classifiers=[
22
'Development Status :: 4 - Beta',
0 commit comments