We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ca205 commit 719c43dCopy full SHA for 719c43d
docs/conf.py
@@ -38,7 +38,7 @@
38
# The short X.Y version.
39
version = '0.4'
40
# The full version, including alpha/beta/rc tags.
41
-release = '0.7.0'
+release = '0.7.1'
42
43
# The language for content autogenerated by Sphinx. Refer to documentation
44
# for a list of supported languages.
jmespath/__init__.py
@@ -1,6 +1,6 @@
1
from jmespath import parser
2
3
-__version__ = '0.7.0'
+__version__ = '0.7.1'
4
5
6
def compile(expression):
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='jmespath',
12
- version='0.7.0',
+ version='0.7.1',
13
description='JSON Matching Expressions',
14
long_description=io.open('README.rst', encoding='utf-8').read(),
15
author='James Saryerwinnie',
0 commit comments