diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-20 19:05:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-20 19:05:40 +0100 |
commit | f555103b674ee9e653feb4048a8765504876125f (patch) | |
tree | 701e18e8b21f4d125d45ea24888015fc965b73d6 /src/__main__.py | |
parent | update dist (diff) | |
download | blueshift-f555103b674ee9e653feb4048a8765504876125f.tar.gz blueshift-f555103b674ee9e653feb4048a8765504876125f.tar.bz2 blueshift-f555103b674ee9e653feb4048a8765504876125f.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 f96bcdc..1da6f96 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -26,7 +26,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.13' +PROGRAM_VERSION = '1.14' ## Set global variables |