From c39e0652578bd909843ee669c749cc029fbc4c77 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Wed, 16 Oct 2019 10:47:17 -0500 Subject: [PATCH] Bumped version number --- ctabus/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ctabus/__init__.py b/ctabus/__init__.py index 71c852b..5cdc0cd 100644 --- a/ctabus/__init__.py +++ b/ctabus/__init__.py @@ -1 +1 @@ -__version__ = "2.4.5" +__version__ = "2.5" diff --git a/setup.py b/setup.py index 89c6b36..cdf690a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="ctabus", - version="2.4.5", + version="2.5", description="Python package for tracking cta bus times", install_requires=INSTALL_REQUIRES, author="rlbr",