We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ce13aa + 17e964f commit 2812594Copy full SHA for 2812594
2 files changed
jmespath/__init__.py
@@ -1,7 +1,7 @@
1
from jmespath import parser
2
from jmespath.visitor import Options
3
4
-__version__ = '1.0.1'
+__version__ = '1.1.0'
5
6
7
def compile(expression):
setup.py
@@ -7,7 +7,7 @@
8
setup(
9
name='jmespath',
10
- version='1.0.1',
+ version='1.1.0',
11
description='JSON Matching Expressions',
12
long_description=io.open('README.rst', encoding='utf-8').read(),
13
author='James Saryerwinnie',
0 commit comments