diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 14:53:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 14:53:10 +0200 |
commit | cf7bc1c1fda6b17631b0cf9f6fef63d4a2f24457 (patch) | |
tree | dc814b830fbabab7639a7de43e91d3975d649e62 | |
parent | update dist (diff) | |
download | blueshift-cf7bc1c1fda6b17631b0cf9f6fef63d4a2f24457.tar.gz blueshift-cf7bc1c1fda6b17631b0cf9f6fef63d4a2f24457.tar.bz2 blueshift-cf7bc1c1fda6b17631b0cf9f6fef63d4a2f24457.tar.xz |
bump version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 08baac8..9bde5c1 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.16' +PROGRAM_VERSION = '1.17' ''' :str The version of the program ''' |