diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-16 05:42:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-16 05:42:02 +0200 |
commit | 4cd0be14b687c29e3910d57f4d4746029cba8b90 (patch) | |
tree | add2035171220e661dd4780602b15b6e89875866 | |
parent | m (diff) | |
download | nightshift-4cd0be14b687c29e3910d57f4d4746029cba8b90.tar.gz nightshift-4cd0be14b687c29e3910d57f4d4746029cba8b90.tar.bz2 nightshift-4cd0be14b687c29e3910d57f4d4746029cba8b90.tar.xz |
fix version number
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 cbdeee8..d904144 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -31,7 +31,7 @@ PROGRAM_NAME = 'nightshift' :str The name of the program ''' -PROGRAM_VERSION = '1.0' +PROGRAM_VERSION = '0.3' ''' :str The version of the program ''' |