diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-06 05:38:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-06 05:38:51 +0200 |
commit | 61869f4db7456ffebc899220b13cfc5eb95fa09f (patch) | |
tree | 88db300e37f931890e96defba954bf1a1d21396b /src/__main__.py | |
parent | how did I not catch this regression bug before now (diff) | |
download | blueshift-61869f4db7456ffebc899220b13cfc5eb95fa09f.tar.gz blueshift-61869f4db7456ffebc899220b13cfc5eb95fa09f.tar.bz2 blueshift-61869f4db7456ffebc899220b13cfc5eb95fa09f.tar.xz |
micro release1.17.1
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 cf4d619..0f74fa4 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.18' +PROGRAM_VERSION = '1.17.1' ''' :str The version of the program ''' |