mirror of
https://github.com/kennethreitz-archive/anyjson.git
synced 2026-06-05 15:10:20 +00:00
Bumped version number
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user