summaryrefslogtreecommitdiff
path: root/calendar-cli.py
diff options
context:
space:
mode:
authorTobias Brox <tobixen@gmail.com>2013-12-03 02:49:07 +0100
committerTobias Brox <tobixen@gmail.com>2013-12-03 02:49:07 +0100
commitf2b2d724e8abdbdd64e3505a37b8e437bc42b20d (patch)
treeaa3149524e7141cc49845e5d95c9d20bcbe63dce /calendar-cli.py
parent00cada22626d587ea59c05ffe7046136db0d796d (diff)
downloadcalendar-cli-f2b2d724e8abdbdd64e3505a37b8e437bc42b20d.zip
bumped the version number and fixed up the README a bit
Diffstat (limited to 'calendar-cli.py')
-rwxr-xr-xcalendar-cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-cli.py b/calendar-cli.py
index f039f87..f759ef5 100755
--- a/calendar-cli.py
+++ b/calendar-cli.py
@@ -16,7 +16,7 @@ import os
import logging
import sys
-__version__ = "0.05"
+__version__ = "0.06"
__author__ = "Tobias Brox"
__author_short__ = "tobixen"
__copyright__ = "Copyright 2013, Tobias Brox"