@ -1,5 +1,5 @@
#!/usr/bin/python3
__version__ = "2.4"
__version__ = "2.4.1"
from dateutil import tz
from dateutil.parser import parse as date_parse
from threading import Event
@ -5,7 +5,7 @@ with open("requirements.txt") as file:
setup(
name="ctabus",
version="2.4",
version="2.4.1",
description="Python package for tracking cta bus times",
install_requires=INSTALL_REQUIRES,
author="rlbr",