Skip to content

Commit

Permalink
v1.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Oct 21, 2024
1 parent d2ca6ff commit 26b6f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "grid2demand"
version = "1.0.0rc1"
version = "1.0.0rc2"
description = "A tool for generating zone-to-zone travel demand based on grid cells or TAZs and gravity model"
authors = [
{name = "Xiangyong Luo", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="grid2demand", # Replace with your own username
version="1.0.0rc1",
version="1.0.0rc2",
author="Xiangyong Luo, Dr.Xuesong (Simon) Zhou",
author_email="[email protected], [email protected]",
description="A tool for generating zone-to-zone travel demand based on grid cells or TAZs and gravity model",
Expand Down

0 comments on commit 26b6f68

Please sign in to comment.