Skip to content

Commit

Permalink
v1.0.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Oct 16, 2024
1 parent 9ae7b4e commit 6ea8f5a
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.0a3"
version = "1.0.0a4"
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.0a3",
version="1.0.0a4",
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 6ea8f5a

Please sign in to comment.