Skip to content

Commit 84e973b

Browse files
authored
Update and rename src/shapefile.py to src/shapefile/__init__.py
1 parent 476a1e6 commit 84e973b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
shapefile.py
2+
shapefile/__init__.py
33
Provides read and write support for ESRI Shapefiles.
44
authors: jlawhead<at>geospatialpython.com
55
maintainer: karim.bahgat.norway<at>gmail.com
@@ -8,7 +8,7 @@
88

99
from __future__ import annotations
1010

11-
__version__ = "3.0.2"
11+
__version__ = "3.0.3-rc-option-B"
1212

1313
import array
1414
import doctest

0 commit comments

Comments
 (0)