We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f961620 commit 57b51d4Copy full SHA for 57b51d4
3 files changed
docs/conf.py
@@ -38,7 +38,7 @@
38
# The short X.Y version.
39
version = '0.8'
40
# The full version, including alpha/beta/rc tags.
41
-release = '0.9.4'
+release = '0.9.5'
42
43
# The language for content autogenerated by Sphinx. Refer to documentation
44
# for a list of supported languages.
jmespath/__init__.py
@@ -1,7 +1,7 @@
1
from jmespath import parser
2
from jmespath.visitor import Options
3
4
-__version__ = '0.9.4'
+__version__ = '0.9.5'
5
6
7
def compile(expression):
setup.py
@@ -7,7 +7,7 @@
8
setup(
9
name='jmespath',
10
- version='0.9.4',
+ version='0.9.5',
11
description='JSON Matching Expressions',
12
long_description=io.open('README.rst', encoding='utf-8').read(),
13
author='James Saryerwinnie',
0 commit comments