Skip to content

Commit 0b7cee1

Browse files
Updated version in setup.py
Also fixed download url version
1 parent bc03522 commit 0b7cee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from setuptools import setup
22

33
setup(name='pyshp',
4-
version='1.2.3',
4+
version='1.2.5',
55
description='Pure Python read/write support for ESRI Shapefile format',
66
long_description=open('README.txt').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.2.tar.gz',
10+
download_url='https://github.com/GeospatialPython/pyshp/archive/1.2.5.tar.gz',
1111
py_modules=['shapefile'],
1212
license='MIT',
1313
zip_safe=False,

0 commit comments

Comments
 (0)