Skip to content

Commit

Permalink
Bump maup version
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor committed May 16, 2022
1 parent b138f7f commit 0533362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7"
__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.7"
description = "The geospatial toolkit for redistricting data"
authors = ["Max Hully <max@mggg.org>", "Max Fan <root@max.fan>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "1.0.6"
version = "1.0.7"

with open("./README.md") as f:
long_description = f.read()
Expand Down

0 comments on commit 0533362

Please sign in to comment.