Skip to content

Commit 7aa9341

Browse files
committed
Bump version to the most recent yajl.
1 parent c23568d commit 7aa9341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yajl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''
22
Pure Python wrapper to the Yajl C library
33
'''
4-
__version__ = '1.0.7'
4+
__version__ = '1.0.10'
55

66
from yajl_common import *
77
from yajl_parse import *

0 commit comments

Comments
 (0)