diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-04 21:58:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-04 21:58:05 +0200 |
commit | d941a71994289c5bc71107dbb25ad83b1e3970ed (patch) | |
tree | f0af7be4407262aa73ceca2fba6722d7647cd494 /src | |
parent | update dist (diff) | |
download | blueshift-d941a71994289c5bc71107dbb25ad83b1e3970ed.tar.gz blueshift-d941a71994289c5bc71107dbb25ad83b1e3970ed.tar.bz2 blueshift-d941a71994289c5bc71107dbb25ad83b1e3970ed.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 1e029a3..b34992c 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.15' +PROGRAM_VERSION = '1.16' ''' :str The version of the program ''' |