diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2021-10-21 15:58:33 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2021-10-21 15:58:33 +0200 |
commit | 2ac522e6277ce6d7560b0a1cf7d63266872c1c25 (patch) | |
tree | f484302fcd4fbb1ddcb7a891d0fd81b65b9178bc | |
parent | a354edec251bf69846a37549c3bcb651259d44f7 (diff) | |
download | bvg-grabber-develop.tar.gz bvg-grabber-develop.tar.bz2 bvg-grabber-develop.zip |
Bump version, change project URLdevelop
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ setup( name='bvg-grabber', description='Querying the upcoming public transport departures in Berlin', long_description=description, - version='0.1.4', - url='https://github.com/MarkusH/bvg-grabber', + version='0.1.5', + url='https://git.bananach.space/bvg-grabber.git/', author='Christian Struck, Markus Holtermann', author_email='info@markusholtermann.eu', license='BSD', |