diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 19:58:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 19:58:17 +0200 |
commit | 9ad6ce8788c3196ebb6e5b53d80ac2dd98401fd4 (patch) | |
tree | 8940423be784d1bc35828f8429e70fc034b738e1 /src | |
parent | update dist (diff) | |
download | blueshift-9ad6ce8788c3196ebb6e5b53d80ac2dd98401fd4.tar.gz blueshift-9ad6ce8788c3196ebb6e5b53d80ac2dd98401fd4.tar.bz2 blueshift-9ad6ce8788c3196ebb6e5b53d80ac2dd98401fd4.tar.xz |
bump version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-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 bab3271..535c43a 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -38,7 +38,7 @@ PROGRAM_NAME = 'blueshift' :str The name of the program ''' -PROGRAM_VERSION = '1.17' +PROGRAM_VERSION = '1.18' ''' :str The version of the program ''' |