Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Jun 17, 2022
1 parent 70cf143 commit 42b28da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.0.0'
__version__ = '1.0.1'


def compile(expression):
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',
version='1.0.0',
version='1.0.1',
description='JSON Matching Expressions',
long_description=io.open('README.rst', encoding='utf-8').read(),
author='James Saryerwinnie',
Expand Down

0 comments on commit 42b28da

Please sign in to comment.