Skip to content

Commit d8f0457

Browse files
committed
Revert versions back to current version
The release scripts handle the auto-version bumps, but we do need to flip the changelog version (will revisit this after release when the repo is modernized).
1 parent 8cb3082 commit d8f0457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.0'
4+
__version__ = '1.0.1'
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.1.0',
10+
version='1.0.1',
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)