summaryrefslogtreecommitdiff
path: root/calendar-cli.py
diff options
context:
space:
mode:
authorTobias Brox <tobixen@gmail.com>2013-09-24 22:04:45 +0200
committerTobias Brox <tobixen@gmail.com>2013-09-24 22:04:45 +0200
commitdbd1a4051e5a35e597d17f73195e1d949f49023d (patch)
treed1fdb8b096a91fc6772e57a5c159704ae022e17c /calendar-cli.py
parent9075e3b48757bd5ba488e0166786c1531d970864 (diff)
downloadcalendar-cli-dbd1a4051e5a35e597d17f73195e1d949f49023d.zip
rearranging the milestones; TODO-items will have to wait since the icalendar.py doesn't have much support for it; bumping version number to 0.01
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 f1462df..79814f7 100755
--- a/calendar-cli.py
+++ b/calendar-cli.py
@@ -8,7 +8,7 @@ from datetime import datetime, timedelta
import dateutil.parser
from icalendar import Calendar,Event
-__version__ = "0.003"
+__version__ = "0.01"
__author__ = "Tobias Brox"
__author_short__ = "tobixen"
__copyright__ = "Copyright 2013, Tobias Brox"