Skip to content

Commit fa8df8b

Browse files
Update shapefile.py
1 parent 10273f9 commit fa8df8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shapefile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Provides read and write support for ESRI Shapefiles.
44
author: jlawhead<at>geospatialpython.com
55
date: 2015/06/22
6-
version: 1.2.8
6+
version: 1.2.9
77
Compatible with Python versions 2.4-3.x
88
version changelog:
99
- Pushing 1.2.5 changes to PyPi using Travis-CI.
1010
"""
1111

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

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

0 commit comments

Comments
 (0)