diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-14 03:11:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-14 03:11:30 +0100 |
commit | 6c0fae649d4c53c841642cce6f356baebbbb5d7a (patch) | |
tree | 6fc620f0ab7457efbcfb37d78c6329340ab16ba7 /src/__main__.py | |
parent | update dist (diff) | |
download | blueshift-6c0fae649d4c53c841642cce6f356baebbbb5d7a.tar.gz blueshift-6c0fae649d4c53c841642cce6f356baebbbb5d7a.tar.bz2 blueshift-6c0fae649d4c53c841642cce6f356baebbbb5d7a.tar.xz |
bump version
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 b2977cb..b177523 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -26,7 +26,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.10' +PROGRAM_VERSION = '1.11' ## Set global variables |