diff --git a/.gitignore b/.gitignore index 4bb2cde..a6605c5 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ var/ *.egg .vscode/ .idea/ +.venv # PyInstaller # Usually these files are written by a python script from a template diff --git a/docs/conf.py b/docs/conf.py index 243a85a..a667ce5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'Jeanne Clelland, Max Fan, Max Hully ' # The full version, including alpha/beta/rc tags -release = '2.0.1' +release = '2.0.2' # -- General configuration --------------------------------------------------- diff --git a/maup/__init__.py b/maup/__init__.py index 5daa866..a09c902 100644 --- a/maup/__init__.py +++ b/maup/__init__.py @@ -16,7 +16,7 @@ "`geopandas.options.use_pygeos = False` before importing your shapefile." ) -__version__ = "2.0.0" +__version__ = "2.0.2" __all__ = [ "adjacencies", "assign", diff --git a/pyproject.toml b/pyproject.toml index a05bc7e..ce4c9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maup" -version = "2.0.1" +version = "2.0.2" description = "The geospatial toolkit for redistricting data" authors = [ "Metric Geometry and Gerrymandering Group ",