summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2013-12-31 11:48:41 -0500
committerIan Ward <ian@excess.org>2013-12-31 11:48:41 -0500
commit019203b6ce9c73bdf53a390ed12455df6657ad46 (patch)
tree9e0b1d10cde36ecc00acfa15e8ba9ca7c7e83d76
parentae7f731ffdf93b72db4c9ef74870f04cd3eb6b73 (diff)
downloadurwid-old-1.1.tar.gz
start 1.1.3-devold-1.1
-rw-r--r--urwid/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/version.py b/urwid/version.py
index e195bcb..74822ea 100644
--- a/urwid/version.py
+++ b/urwid/version.py
@@ -1,5 +1,5 @@
-VERSION = (1, 1, 2)
+VERSION = (1, 1, 3, 'dev')
__version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]