Skip to content

Commit

Permalink
Merge pull request #98 from mggg/release/2.0.2
Browse files Browse the repository at this point in the history
Update versioning for the latest release
  • Loading branch information
peterrrock2 authored Feb 22, 2024
2 parents c6375ae + a657cc7 commit 78dfedb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var/
*.egg
.vscode/
.idea/
.venv

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
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__ = "2.0.0"
__version__ = "2.0.2"
__all__ = [
"adjacencies",
"assign",
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 = "2.0.1"
version = "2.0.2"
description = "The geospatial toolkit for redistricting data"
authors = [
"Metric Geometry and Gerrymandering Group <[email protected]>",
Expand Down

0 comments on commit 78dfedb

Please sign in to comment.