Skip to content

Commit

Permalink
Bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor committed Jun 12, 2022
1 parent 19832a7 commit 44994d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"`geopandas.options.use_pygeos = False` before importing your shapefile."
)

__version__ = "1.0.6"
__version__ = "1.0.8"
__all__ = [
"assign",
"intersections",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maup"
version = "1.0.6"
version = "1.0.8"
description = "The geospatial toolkit for redistricting data"
authors = ["Max Hully <[email protected]>", "Max Fan <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 44994d7

Please sign in to comment.