diff options
-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 ''' |