diff --git a/.gitignore b/.gitignore index b1d30d9..877f52a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ sensitive.py /ctabus_venv/* .venv *.json +.dir-locals.el \ No newline at end of file diff --git a/setup.py b/setup.py index 01743cb..220edfd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="ctabus", - version="2.3", + version="2.3.1", description="Python package for tracking cta bus times", install_requires=INSTALL_REQUIRES, author="rlbr",