diff --git a/pyproject.toml b/pyproject.toml index d4954d7..ef21c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panaetius" -version = "1.0" +version = "1.0.1" description = "Python module to gracefully handle a .config file/environment variables for scripts, with built in masking for sensitive options. Provides a Splunk friendly logger instance." license = "MIT" authors = ["dtomlinson "] diff --git a/src/panaetius/__version__.py b/src/panaetius/__version__.py index 7e49527..cd7ca49 100644 --- a/src/panaetius/__version__.py +++ b/src/panaetius/__version__.py @@ -1 +1 @@ -__version__ = '1.0' +__version__ = '1.0.1'