diff --git a/ctabus/__init__.py b/ctabus/__init__.py index 7a2056f..6424e77 100644 --- a/ctabus/__init__.py +++ b/ctabus/__init__.py @@ -1 +1 @@ -__version__ = "2.5.1" +__version__ = "2.5.1.1" diff --git a/setup.py b/setup.py index 27680d6..09a3cd5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="ctabus", - version="2.5.1", + version="2.5.1.1", description="Python package for tracking cta bus times", install_requires=INSTALL_REQUIRES, author="rlbr",