aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-03-06 11:05:23 +0100
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-03-06 11:05:23 +0100
commit6000a3a6e5acf073a224e74be590407616eeeffb (patch)
tree129c4fd932a749a92d845ba2521c250438c0bb95 /setup.py
parent7355b3e3503ca95e1ee11ebb814c3f2551143a86 (diff)
downloadmensa-6000a3a6e5acf073a224e74be590407616eeeffb.tar.gz
mensa-6000a3a6e5acf073a224e74be590407616eeeffb.tar.bz2
mensa-6000a3a6e5acf073a224e74be590407616eeeffb.zip
--no-parallel option to fix studentenwerk behaviour, option to show only student prices to avoid clutter
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2ec44af..40d69a9 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ def read(fname):
setup(
name = "mensa",
- version = "0.3",
+ version = "0.3.1",
author = "Gabriel Pérez-Cerezo",
author_email = "gabriel@gpcf.eu",
description = ("A program that fetches menus from various restaurants. Pre-installed by default are various cafeterias around TU Berlin."),