Skip to content

Commit b8d5d0f

Browse files
committed
Bumped yajl-py version to 1.0.11
Notes: No changes from yajl-py 1.0.10 were necesserary to support yajl 1.0.11. Simply bumping the version number to match the latest yajl, and to allow the version check test to pass.
1 parent ba2ff2d commit b8d5d0f

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
@@ -14,7 +14,7 @@
1414
from yajl_parse import *
1515
from yajl_gen import *
1616

17-
__version__ = '1.0.10'
17+
__version__ = '1.0.11'
1818
yajl_version = get_yajl_version()
1919

2020
def check_yajl_version():

0 commit comments

Comments
 (0)