From 2705a15e57304a9e68b195c39b9d1fc221a67325 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Mon, 13 Jan 2020 01:10:14 +0000 Subject: [PATCH] updating to version 1.0.1 --- pyproject.toml | 2 +- src/panaetius/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'