Skip to content

Commit 17e964f

Browse files
committed
Bump version to 1.1.0
1 parent 5ce13aa commit 17e964f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jmespath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from jmespath import parser
22
from jmespath.visitor import Options
33

4-
__version__ = '1.0.1'
4+
__version__ = '1.1.0'
55

66

77
def compile(expression):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='jmespath',
10-
version='1.0.1',
10+
version='1.1.0',
1111
description='JSON Matching Expressions',
1212
long_description=io.open('README.rst', encoding='utf-8').read(),
1313
author='James Saryerwinnie',

0 commit comments

Comments
 (0)