Skip to content

Commit

Permalink
Updated version in setup.py
Browse files Browse the repository at this point in the history
Also fixed download url version
  • Loading branch information
GeospatialPython authored Aug 19, 2016
1 parent bc03522 commit 0b7cee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup

setup(name='pyshp',
version='1.2.3',
version='1.2.5',
description='Pure Python read/write support for ESRI Shapefile format',
long_description=open('README.txt').read(),
author='Joel Lawhead',
author_email='[email protected]',
url='https://github.com/GeospatialPython/pyshp',
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',
py_modules=['shapefile'],
license='MIT',
zip_safe=False,
Expand Down

0 comments on commit 0b7cee1

Please sign in to comment.