diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-04 19:20:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-04 19:20:06 +0100 |
commit | 3b9fdc6cdc486fe5e8064c240155695c12ba3774 (patch) | |
tree | 576641083f557dc445bb5fe3b03ae1d7eda5a9ae /src/__main__.py | |
parent | update dist (diff) | |
download | blueshift-3b9fdc6cdc486fe5e8064c240155695c12ba3774.tar.gz blueshift-3b9fdc6cdc486fe5e8064c240155695c12ba3774.tar.bz2 blueshift-3b9fdc6cdc486fe5e8064c240155695c12ba3774.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 f081811..0c97a85 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.7' +PROGRAM_VERSION = '1.8' ## Set global variables |