diff --git a/Changelog b/Changelog index c0a9c7e..90a797d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +* 2023-10-06 10.0.0.3 + add publisher workflow * 2023-10-06 10.0 replace the deprecated module imp with importlib * 2023-09-21 9.1.3 diff --git a/setup.py b/setup.py index 35b3441..39dde28 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def run(self): setup(name='coshsh', - version='10.0.0.2', + version='10.0.0.3', setup_requires=['wheel'], description='Coshsh - config generator for monitoring systems', long_description=open('README.md').read(),