File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The Python Shapefile Library (PyShp) reads and writes ESRI Shapefiles in pure Py
88
99- ** Author** : [ Joel Lawhead] ( https://github.com/GeospatialPython )
1010- ** Maintainers** : [ Karim Bahgat] ( https://github.com/karimbahgat )
11- - ** Version** : 3.0.0-alpha
11+ - ** Version** : 3.0.0
1212- ** Date** : 3rd August, 2025
1313- ** License** : [ MIT] ( https://github.com/GeospatialPython/pyshp/blob/master/LICENSE.TXT )
1414
@@ -93,7 +93,7 @@ part of your geospatial project.
9393
9494# Version Changes
9595
96- ## 3.0.0-alpha
96+ ## 3.0.0
9797
9898### Breaking Changes:
9999- Python 2 and Python 3.8 support dropped.
Original file line number Diff line number Diff line change 1- VERSION 3.0.0-alpha
1+ VERSION 3.0.0
22
332025-08-03
44 Breaking Changes:
Original file line number Diff line number Diff line change 88
99from __future__ import annotations
1010
11- __version__ = "3.0.0-alpha "
11+ __version__ = "3.0.0"
1212
1313import array
1414import doctest
You can’t perform that action at this time.
0 commit comments