updating to version 1.0.1

This commit is contained in:
2020-01-13 01:10:14 +00:00
parent bd79e1c0d6
commit 2705a15e57
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "panaetius" 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." 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" license = "MIT"
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"] authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]

View File

@@ -1 +1 @@
__version__ = '1.0' __version__ = '1.0.1'