Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed May 18, 2024
1 parent 334ae07 commit 29f9ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grid2demand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .utils_lib.pkg_settings import pkg_settings
from ._grid2demand import GRID2DEMAND

print('grid2demand, version 0.4.3')
print('grid2demand, version 0.4.5')
print("Python version for running the model is 3.10 or higher")


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="grid2demand", # Replace with your own username
version="0.4.4",
version="0.4.5",
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 29f9ad3

Please sign in to comment.