Skip to content

Commit

Permalink
Bump version to fix pip install issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
karimbahgat authored Sep 24, 2016
1 parent e90d3dc commit fb3a33f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shapefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
shapefile.py
Provides read and write support for ESRI Shapefiles.
author: jlawhead<at>geospatialpython.com
date: 2016/09/22
version: 1.2.9
date: 2016/09/24
version: 1.2.10
Compatible with Python versions 2.4-3.x
version changelog:
- Revert back to fix #66.
- Bump version to fix pip install issue.
"""

__version__ = "1.2.9"
__version__ = "1.2.10"

from struct import pack, unpack, calcsize, error, Struct
import os
Expand Down

0 comments on commit fb3a33f

Please sign in to comment.