Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp committed Dec 26, 2023
1 parent 9dfa759 commit 7bfa7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jmespath/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from jmespath import parser
from jmespath.visitor import Options

__version__ = '1.1.2'
__version__ = '1.1.3'


def compile(expression, options=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='jmespath-community',
version='1.1.2',
version='1.1.3',
description='JSON Matching Expressions',
long_description=io.open('README.rst', encoding='utf-8').read(),
author='James Saryerwinnie, Springcomp',
Expand Down

0 comments on commit 7bfa7c2

Please sign in to comment.