summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <vincent@3rdcloud.com>2012-02-03 21:14:58 +0100
committerVincent Driessen <vincent@3rdcloud.com>2012-02-03 21:14:58 +0100
commit342a4051d03adeb2d83d2729a98e50c667c11e4d (patch)
treea910fa806ca2594906d6d9d27209578d03480ac1
parenta8373a2aa233a1efe5583406ef57e5d1748fa349 (diff)
downloadtimes-342a4051d03adeb2d83d2729a98e50c667c11e4d.tar.gz
Bump the version number to 0.3.
-rw-r--r--times/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/times/__init__.py b/times/__init__.py
index 1e26cda..50fcc38 100644
--- a/times/__init__.py
+++ b/times/__init__.py
@@ -3,7 +3,7 @@ import calendar
import pytz
__author__ = 'Vincent Driessen <vincent@3rdcloud.com>'
-__version__ = '0.2'
+__version__ = '0.3'
def to_universal(local_dt, timezone=None):