diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-06 05:41:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-06 05:41:12 +0200 |
commit | 7a6d73fff22e9c1f375050ecfdcb9505dfc3c2b4 (patch) | |
tree | 2b357d183a7be03483b86eab852e9e093c7e91cd /src/__main__.py | |
parent | update dist (diff) | |
download | blueshift-7a6d73fff22e9c1f375050ecfdcb9505dfc3c2b4.tar.gz blueshift-7a6d73fff22e9c1f375050ecfdcb9505dfc3c2b4.tar.bz2 blueshift-7a6d73fff22e9c1f375050ecfdcb9505dfc3c2b4.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 0f74fa4..cf4d619 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.1' +PROGRAM_VERSION = '1.18' ''' :str The version of the program ''' |