We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff102e4 commit aac1377Copy full SHA for aac1377
3 files changed
README.md
@@ -67,7 +67,7 @@ with shapefile.Reader("~/scratch/CA_Counties_TIGER2016.shp") as shp:
67
plot.save()
68
```
69
Which will result in this output:
70
-
+
71
72
## Dependency Limitations
73
* Shapely version 1.8 is not yet compatible with Python 3.9 on M1 MacOS Big Sur: [issue](https://github.com/shapely/shapely/issues/1040)
docs/ca_counties.png
-77.4 KB
src/wktplot/__init__.py
@@ -1,3 +1,3 @@
1
from .wktplot import WKTPlot # noqa: F401
2
3
-__version__ = "2.0.dev0"
+__version__ = "2.0.0"
0 commit comments