Skip to content

Commit fb3a33f

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shapefile.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
shapefile.py
33
Provides read and write support for ESRI Shapefiles.
44
author: jlawhead<at>geospatialpython.com
5-
date: 2016/09/22
6-
version: 1.2.9
5+
date: 2016/09/24
6+
version: 1.2.10
77
Compatible with Python versions 2.4-3.x
88
version changelog:
9-
- Revert back to fix #66.
9+
- Bump version to fix pip install issue.
1010
"""
1111

12-
__version__ = "1.2.9"
12+
__version__ = "1.2.10"
1313

1414
from struct import pack, unpack, calcsize, error, Struct
1515
import os

0 commit comments

Comments
 (0)