diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 00:51:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 00:51:47 +0100 |
commit | 844e0cd22c9623c566871d2ecb9c50831e2524ba (patch) | |
tree | 5528126291f275eee5ca33ba6b89e797558eede2 /src/__main__.py | |
parent | m (diff) | |
download | blueshift-844e0cd22c9623c566871d2ecb9c50831e2524ba.tar.gz blueshift-844e0cd22c9623c566871d2ecb9c50831e2524ba.tar.bz2 blueshift-844e0cd22c9623c566871d2ecb9c50831e2524ba.tar.xz |
fix make uninstall rule + add shell auto completion
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 405bd76..0d22f77 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.1' +PROGRAM_VERSION = '1.2' ## Set global variables |