Bring reddit app up to date with new TZ requirements

This commit is contained in:
2012-05-20 16:11:14 +01:00
parent af1ba8744e
commit e6d5cc3201
3 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
VERSION = (0, 1)
VERSION = (0, 2)
# Dynamically calculate the version based on VERSION tuple
if len(VERSION)>2 and VERSION[2] is not None: