diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-23 18:58:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-23 18:58:20 +0100 |
commit | 2bd4596c55fa605da8de2eb694a9750d418aba58 (patch) | |
tree | 80154b0ef69f096761accdd2dcbaaaf845e3797a | |
parent | info: add terminology (diff) | |
download | blueshift-2bd4596c55fa605da8de2eb694a9750d418aba58.tar.gz blueshift-2bd4596c55fa605da8de2eb694a9750d418aba58.tar.bz2 blueshift-2bd4596c55fa605da8de2eb694a9750d418aba58.tar.xz |
bump version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 8270178..028aa78 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.5' +PROGRAM_VERSION = '1.6' ## Set global variables |