We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476a1e6 commit 84e973bCopy full SHA for 84e973b
src/shapefile.py src/shapefile/__init__.pysrc/shapefile.py renamed to src/shapefile/__init__.py
@@ -1,5 +1,5 @@
1
"""
2
-shapefile.py
+shapefile/__init__.py
3
Provides read and write support for ESRI Shapefiles.
4
authors: jlawhead<at>geospatialpython.com
5
maintainer: karim.bahgat.norway<at>gmail.com
@@ -8,7 +8,7 @@
8
9
from __future__ import annotations
10
11
-__version__ = "3.0.2"
+__version__ = "3.0.3-rc-option-B"
12
13
import array
14
import doctest
0 commit comments