Skip to content

Commit 412f383

Browse files
committed
Update setup.py
1 parent 9822271 commit 412f383

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
@@ -7,11 +7,11 @@ def read_file(file):
77
return data.decode('utf-8')
88

99
setup(name='pyshp',
10-
version='2.2.0dev',
10+
version='2.2.0',
1111
description='Pure Python read/write support for ESRI Shapefile format',
1212
long_description=read_file('README.md'),
1313
long_description_content_type='text/markdown',
14-
author='Joel Lawhead',
14+
author='Joel Lawhead, Karim Bahgat',
1515
author_email='[email protected]',
1616
url='https://github.com/GeospatialPython/pyshp',
1717
py_modules=['shapefile'],

0 commit comments

Comments
 (0)