Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanangullia committed Oct 23, 2021
1 parent d834a76 commit 64b543f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azchaosaws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from logzero import logger

__all__ = ["discover", "__version__", "client"]
__version__ = "0.1.4"
__version__ = "0.1.5"


def discover(discover_system: bool = True) -> Discovery:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setup_params = dict(
name=name,
version="0.1.4",
version="0.1.5",
description=desc,
long_description=long_desc,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 64b543f

Please sign in to comment.