diff --git a/helipad/__init__.py b/helipad/__init__.py index c65128c..7c6f64a 100644 --- a/helipad/__init__.py +++ b/helipad/__init__.py @@ -2,4 +2,4 @@ from helipad.agent import * import helipad.utility as utility -__version__ = "1.1" \ No newline at end of file +__version__ = "1.1.1" \ No newline at end of file diff --git a/setup.py b/setup.py index f3e6d85..31682a8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="helipad", - version="1.1", + version="1.1.1", author="C Harwick", author_email="cameron@cameronharwick.com", description="An agent-based modeling framework for Python focused on time-series output.",