Skip to content

Commit 6e6a5cf

Browse files
committed
Update module version and tag as v0.4
1 parent 0faa5a8 commit 6e6a5cf

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
@@ -10,12 +10,13 @@
1010
sources=['mapcodemodule.c', 'mapcodelib/mapcoder.c'],
1111
include_dirs=['mapcodelib']
1212
)],
13-
version='0.3',
13+
# version number format is clibrary - python
14+
version='0.4',
1415
description='A Python module to do mapcode encoding and decoding. See http://www.mapcode.com for more information.',
1516
author='Erik Bos',
1617
author_email='erik@xs4all.nl',
1718
url='https://github.com/mapcode-foundation/mapcode-python',
18-
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',
1920
license='Apache License 2.0',
2021
classifiers=[
2122
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)