Skip to content

Commit aac1377

Browse files
authored
Create release version 2.0.0 (#17)
* Move ca_counting.png to imgur * Remove dev from __version__
1 parent ff102e4 commit aac1377

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ with shapefile.Reader("~/scratch/CA_Counties_TIGER2016.shp") as shp:
6767
plot.save()
6868
```
6969
Which will result in this output:
70-
![CaliforniaCounties](docs/ca_counties.png)
70+
![CaliforniaCounties](https://i.imgur.com/YPQQlml.png)
7171

7272
## Dependency Limitations
7373
* 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
Binary file not shown.

src/wktplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .wktplot import WKTPlot # noqa: F401
22

3-
__version__ = "2.0.dev0"
3+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)