diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eec14..6d357c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.1 (2022-03-16) +### Fix +* Update config paths ([`f7d0503`](https://git.grassecon.net/cicnet/cic-cli/commit/f7d0503c7b85d96588bf1a75fdf1cce27acf1460)) + ## v0.2.0 (2022-03-16) ### Feature * Copy base configs to user configs ([`f4e370c`](https://git.grassecon.net/cicnet/cic-cli/commit/f4e370cb5db79c74abe26179f5b15bd079bdd066)) diff --git a/cic/__init__.py b/cic/__init__.py index d3ec452..3ced358 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 3228d27..83fac50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.2.0" +version = "0.2.1" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",