Skip to content

Commit e90d3dc

Browse files
authored
Bump version to fix pip install issue.
1 parent 07e9637 commit e90d3dc

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.9',
4+
version='1.2.10',
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.9.tar.gz',
10+
download_url='https://github.com/GeospatialPython/pyshp/archive/1.2.10.tar.gz',
1111
py_modules=['shapefile'],
1212
license='MIT',
1313
zip_safe=False,

0 commit comments

Comments
 (0)