Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
JanaLasser committed Mar 16, 2022
1 parent 20dc467 commit 760c8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

setup(
name='scseirx',
version='1.4.1',
version='1.4.2',
packages=find_packages(where='src'),
package_dir={"": "src"},
package_data={'scseirx':['data/nursing_home/*.bz2', 'data/school/*.bz2', 'img/*.png']},
description='A simulation tool to explore the spread of COVID-19 in small communities such as nursing homes or schools via agent-based modeling (ABM) and the impact of prevention measures.',
description='A simulation tool to explore the spread of COVID-19 and the impact of prevention measures in small communities such as nursing homes, schools or universities via agent-based modeling (ABM).',
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/JanaLasser/agent_based_COVID_SEIRX",
Expand Down

0 comments on commit 760c8b1

Please sign in to comment.