-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version number information and tests for python 3.12
- Loading branch information
1 parent
35475b7
commit c3fea3a
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[tool.poetry] | ||
name = "maup" | ||
version = "2.0.0" | ||
version = "2.0.1" | ||
description = "The geospatial toolkit for redistricting data" | ||
authors = [ | ||
"Metric Geometry and Gerrymandering Group <engineering@mggg.org>", | ||
"Metric Geometry and Gerrymandering Group <dev@mggg.org>", | ||
"Max Hully <[email protected]>", | ||
"Max Fan <[email protected]>" | ||
] | ||
|
@@ -13,6 +13,7 @@ classifiers=[ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Operating System :: OS Independent", | ||
"License :: OSI Approved :: MIT License", | ||
] | ||
|