diff --git a/jsonpath_ng/__init__.py b/jsonpath_ng/__init__.py index e28943f..689996e 100644 --- a/jsonpath_ng/__init__.py +++ b/jsonpath_ng/__init__.py @@ -1,6 +1,6 @@ -from .jsonpath import * # noqa -from .parser import parse # noqa - - -# Current package version -__version__ = '1.6.0' +from .jsonpath import * # noqa +from .parser import parse # noqa + + +# Current package version +__version__ = '1.6.0.1' diff --git a/setup.py b/setup.py index 62e1e6d..8de0f64 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setuptools.setup( name='jsonpath-ng', - version='1.6.0', + version='1.6.0.1', description=( 'A final implementation of JSONPath for Python that aims to be ' 'standard compliant, including arithmetic and binary comparison '