Browse Source

Merge branch 'master' into notification

atexit
Raphael Roberts 6 years ago
parent
commit
120c17fcf1
  1. 1
      .gitignore
  2. 2
      setup.py

1
.gitignore

@ -13,3 +13,4 @@ sensitive.py
/ctabus_venv/*
.venv
*.json
.dir-locals.el

2
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",

Loading…
Cancel
Save