diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-16 05:49:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-16 05:49:15 +0200 |
commit | 74e16340638a3dfdb003480717bfc637b97af787 (patch) | |
tree | b0b3ec02b0ac6545f76c7984030c517d5bc04183 | |
parent | update dist (diff) | |
download | nightshift-74e16340638a3dfdb003480717bfc637b97af787.tar.gz nightshift-74e16340638a3dfdb003480717bfc637b97af787.tar.bz2 nightshift-74e16340638a3dfdb003480717bfc637b97af787.tar.xz |
bump version
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 d904144..09a345b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -31,7 +31,7 @@ PROGRAM_NAME = 'nightshift' :str The name of the program ''' -PROGRAM_VERSION = '0.3' +PROGRAM_VERSION = '0.4' ''' :str The version of the program ''' |