File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
# The short X.Y version.
39
39
version = '0.8'
40
40
# The full version, including alpha/beta/rc tags.
41
- release = '0.9.1 '
41
+ release = '0.9.2 '
42
42
43
43
# The language for content autogenerated by Sphinx. Refer to documentation
44
44
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from jmespath import parser
2
2
from jmespath .visitor import Options
3
3
4
- __version__ = '0.9.1 '
4
+ __version__ = '0.9.2 '
5
5
6
6
7
7
def compile (expression ):
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'jmespath' ,
12
- version = '0.9.1 ' ,
12
+ version = '0.9.2 ' ,
13
13
description = 'JSON Matching Expressions' ,
14
14
long_description = io .open ('README.rst' , encoding = 'utf-8' ).read (),
15
15
author = 'James Saryerwinnie' ,
You can’t perform that action at this time.
0 commit comments