diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-25 13:35:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-25 13:35:08 +0100 |
commit | 1537823a0ef3e7a8f96c711bf4006ac08b920d6f (patch) | |
tree | 670f243cf0f3d7bba4bcb70df3cb0b5d658dcf09 /src/__main__.py | |
parent | fix interpolation at calculate of correlated colour temperature (diff) | |
download | blueshift-1537823a0ef3e7a8f96c711bf4006ac08b920d6f.tar.gz blueshift-1537823a0ef3e7a8f96c711bf4006ac08b920d6f.tar.bz2 blueshift-1537823a0ef3e7a8f96c711bf4006ac08b920d6f.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 804b68c..e5e6d9b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -26,7 +26,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.14' +PROGRAM_VERSION = '1.15' ## Set global variables |