From dc79d65000ba1727134ccde954f23f43806524da Mon Sep 17 00:00:00 2001 From: Rune Halvorsen Date: Thu, 21 Jun 2012 16:21:41 +0200 Subject: Updated changelog and bumped version --- anyjson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anyjson/__init__.py') diff --git a/anyjson/__init__.py b/anyjson/__init__.py index f254a42..2238a4c 100644 --- a/anyjson/__init__.py +++ b/anyjson/__init__.py @@ -3,7 +3,7 @@ interface""" import sys -VERSION = (0, 3, 1) +VERSION = (0, 3, 2) __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:]) __author__ = "Rune Halvorsen" __contact__ = "runefh@gmail.com" -- cgit v1.2.1