diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-14 00:03:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-14 00:03:44 +0100 |
commit | 6b2b3e4f4d708e199247fe1b6733ecd08ffd1f54 (patch) | |
tree | 66839462c78419058d48095cc2f5364045b7187c /src/__main__.py | |
parent | update dist (diff) | |
download | blueshift-6b2b3e4f4d708e199247fe1b6733ecd08ffd1f54.tar.gz blueshift-6b2b3e4f4d708e199247fe1b6733ecd08ffd1f54.tar.bz2 blueshift-6b2b3e4f4d708e199247fe1b6733ecd08ffd1f54.tar.xz |
update dist
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 a2d25ec..703bbc1 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.9' +PROGRAM_VERSION = '1.10' ## Set global variables |