diff --git a/README.md b/README.md index 53f23ec..cf4e977 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ part of your geospatial project. # Version Changes +## 3.0.2.post0 +- Re-release to trigger deploy job to Publish to Pypi + ## 3.0.2 ### Bug fix diff --git a/changelog.txt b/changelog.txt index 127d613..156c156 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ VERSION 3.0.2 +2025-10-10 + Re-release as 3.0.2.post0 to trigger deploy job to Publish to Pypi + 2025-10-09 Bug fix: * Deleted py.typed (probably temporarily). Including the py.typed marker file with a single diff --git a/src/shapefile.py b/src/shapefile.py index a6f9268..978cdb9 100644 --- a/src/shapefile.py +++ b/src/shapefile.py @@ -8,7 +8,7 @@ from __future__ import annotations -__version__ = "3.0.2" +__version__ = "3.0.2.post0" import array import doctest