From f765affca3db9b1733d82c891d3972a1e591c1c1 Mon Sep 17 00:00:00 2001 From: peterrrock2 Date: Thu, 30 Nov 2023 15:45:01 -0700 Subject: [PATCH] Update the version number everywhere --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 54f87d3..12e33d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'Max Hully, Max Fan' # The full version, including alpha/beta/rc tags -release = '1.1.0' +release = '2.0.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 57fda45..175fad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maup" -version = "1.1.3" +version = "2.0.0" description = "The geospatial toolkit for redistricting data" authors = [ "Metric Geometry and Gerrymandering Group ",