diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-22 05:38:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-22 05:38:34 +0100 |
commit | 91b10f9d13030a8fa4c021f7101e601ce59d55e2 (patch) | |
tree | 37ab59f56e55f3981c0796db231accbc50178449 /src/__main__.py | |
parent | m makefile (diff) | |
download | blueshift-91b10f9d13030a8fa4c021f7101e601ce59d55e2.tar.gz blueshift-91b10f9d13030a8fa4c021f7101e601ce59d55e2.tar.bz2 blueshift-91b10f9d13030a8fa4c021f7101e601ce59d55e2.tar.xz |
bump version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 3dc31d2..f803824 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.4' +PROGRAM_VERSION = '1.5' ## Set global variables |