We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc03522 commit 0b7cee1Copy full SHA for 0b7cee1
setup.py
@@ -1,13 +1,13 @@
1
from setuptools import setup
2
3
setup(name='pyshp',
4
- version='1.2.3',
+ version='1.2.5',
5
description='Pure Python read/write support for ESRI Shapefile format',
6
long_description=open('README.txt').read(),
7
author='Joel Lawhead',
8
author_email='[email protected]',
9
url='https://github.com/GeospatialPython/pyshp',
10
- download_url='https://github.com/GeospatialPython/pyshp/archive/1.2.2.tar.gz',
+ download_url='https://github.com/GeospatialPython/pyshp/archive/1.2.5.tar.gz',
11
py_modules=['shapefile'],
12
license='MIT',
13
zip_safe=False,
0 commit comments