summaryrefslogtreecommitdiff
path: root/anyjson/__init__.py
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2010-04-15 10:16:34 +0200
committerRune Halvorsen <runefh@gmail.com>2010-04-15 10:16:34 +0200
commitb9881ea8108cba1c0ab4b645734a62ef1addd65b (patch)
tree3466fd3e68d7c816e859e377f53fc65f866a3806 /anyjson/__init__.py
parentd542ec875aa4b6498418f32898c3849190f14923 (diff)
downloadanyjson-b9881ea8108cba1c0ab4b645734a62ef1addd65b.tar.gz
Bumped version and updated changelog0.2.4
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 46a0d0a..9e0295c 100644
--- a/anyjson/__init__.py
+++ b/anyjson/__init__.py
@@ -3,7 +3,7 @@ interface"""
import sys
-__version__ = "0.2.3"
+__version__ = "0.2.4"
__author__ = "Rune Halvorsen <runefh@gmail.com>"
__homepage__ = "http://bitbucket.org/runeh/anyjson/"
__docformat__ = "restructuredtext"