diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 01:12:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 01:12:59 +0100 |
commit | 9658b7c16de3b964baeb5d6147684697712d3630 (patch) | |
tree | 2c12d10a8fe4e20c04fb2f537ca60d554790db6d /src/__main__.py | |
parent | update dist (diff) | |
download | blueshift-9658b7c16de3b964baeb5d6147684697712d3630.tar.gz blueshift-9658b7c16de3b964baeb5d6147684697712d3630.tar.bz2 blueshift-9658b7c16de3b964baeb5d6147684697712d3630.tar.xz |
update 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 74c7ebe..9d7b002 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.2' +PROGRAM_VERSION = '1.3' ## Set global variables |