Browse Source

Bumped version number

atexit v2.4.4
Raphael Roberts 6 years ago
parent
commit
5119c3f194
  1. 2
      ctabus/__init__.py
  2. 2
      setup.py

2
ctabus/__init__.py

@ -1 +1 @@
__version__ = "2.4.3"
__version__ = "2.4.4"

2
setup.py

@ -5,7 +5,7 @@ with open("requirements.txt") as file:
setup(
name="ctabus",
version="2.4.3",
version="2.4.4",
description="Python package for tracking cta bus times",
install_requires=INSTALL_REQUIRES,
author="rlbr",

Loading…
Cancel
Save