diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f9033b..7f1d9b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ********* +0.1.1 -- 2020-05-16 +=================== + +Pre-release to test PyPI automation. + 0.1.0 -- 2020-05-16 =================== diff --git a/src/not_grep/__init__.py b/src/not_grep/__init__.py index c6a461e..dd95137 100644 --- a/src/not_grep/__init__.py +++ b/src/not_grep/__init__.py @@ -9,7 +9,7 @@ __all__ = ("__version__", "cli") -__version__ = "0.1.0" +__version__ = "0.1.1" _DEBUG = "INPUT_DEBUG" _CONFIG_FILE = "INPUT_CONFIG-FILE"