Skip to content

Commit d1cec11

Browse files
authored
Update setup.py to new version
1 parent b4f2b42 commit d1cec11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from setuptools import setup
22

33
setup(name='pyshp',
4-
version='2.0.0-dev',
4+
version='2.0.0',
55
description='Pure Python read/write support for ESRI Shapefile format',
66
long_description=open('README.md').read(),
77
author='Joel Lawhead',
88
author_email='[email protected]',
99
url='https://github.com/GeospatialPython/pyshp',
10-
download_url='https://github.com/GeospatialPython/pyshp/archive/1.2.10.tar.gz',
10+
download_url='https://github.com/GeospatialPython/pyshp/archive/2.0.0.tar.gz',
1111
py_modules=['shapefile'],
1212
license='MIT',
1313
zip_safe=False,

0 commit comments

Comments
 (0)