Bumped version number

This commit is contained in:
Rune Halvorsen
2010-12-03 14:53:06 +01:00
parent b0402aa69e
commit 7cf1145562
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -46,3 +46,7 @@
with the stdlib json module. Note: The original methods are still
in place. Nothing from the 0.2.4 API is changed, removed or deprecated
in this release.
0.3
* Added support for python3
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -11,7 +11,7 @@ except ImportError:
author = "Rune Halvorsen"
email = "runefh@gmail.com"
version = "0.2.5"
version = "0.3"
desc = """Wraps the best available JSON implementation available in a common interface"""
setup(name='anyjson',