diff --git a/azchaosaws/__init__.py b/azchaosaws/__init__.py index 6c40717..2eee6f7 100644 --- a/azchaosaws/__init__.py +++ b/azchaosaws/__init__.py @@ -12,7 +12,7 @@ from logzero import logger __all__ = ["discover", "__version__", "client"] -__version__ = "0.1.5" +__version__ = "0.1.6" def discover(discover_system: bool = True) -> Discovery: diff --git a/setup.py b/setup.py index a5f4654..2a055af 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup_params = dict( name=name, - version="0.1.5", + version="0.1.6", description=desc, long_description=long_desc, long_description_content_type="text/markdown",