diff --git a/CHANGELOG.md b/CHANGELOG.md index 7990a25..da45ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.1 (2022-03-16) +### Fix +* Update configs ([`b51d1e9`](https://git.grassecon.net/cicnet/cic-cli/commit/b51d1e92d7ae1e3b91ca50c036ffd58e762df24b)) + ## v0.1.0 (2022-03-16) ### Feature * Add interactive deployment and switch to poetry' ([#2](https://git.grassecon.net/cicnet/cic-cli/issues/2)) ([`0fcf2eb`](https://git.grassecon.net/cicnet/cic-cli/commit/0fcf2eb3bc807111db02e9e47e469ec0a965797f)) diff --git a/cic/__init__.py b/cic/__init__.py index 3dc1f76..485f44a 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index ea942b2..f6a8429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.1.0" +version = "0.1.1" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",