summaryrefslogtreecommitdiff
path: root/anyjson/__init__.py
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2010-12-03 14:53:06 +0100
committerRune Halvorsen <runefh@gmail.com>2010-12-03 14:53:06 +0100
commit91b2910065363fdb96b69069f0078e36e908e3e8 (patch)
treedc3f5e3fbfca68befd3e63ef384b45bfeed161ca /anyjson/__init__.py
parent81af6bbf1d032ccdbdcd66b29f6af7aeaaa4d8f5 (diff)
downloadanyjson-91b2910065363fdb96b69069f0078e36e908e3e8.tar.gz
Bumped version number0.3
Diffstat (limited to 'anyjson/__init__.py')
-rw-r--r--anyjson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anyjson/__init__.py b/anyjson/__init__.py
index 9ff7b44..ca1355a 100644
--- a/anyjson/__init__.py
+++ b/anyjson/__init__.py
@@ -3,7 +3,7 @@ interface"""
import sys
-__version__ = "0.2.5"
+__version__ = "0.3"
__author__ = "Rune Halvorsen <runefh@gmail.com>"
__homepage__ = "http://bitbucket.org/runeh/anyjson/"
__docformat__ = "restructuredtext"