aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-16 05:42:02 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-16 05:42:02 +0200
commit4cd0be14b687c29e3910d57f4d4746029cba8b90 (patch)
treeadd2035171220e661dd4780602b15b6e89875866
parentm (diff)
downloadnightshift-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-xsrc/__main__.py2
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
'''