diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcbeb8..51dd38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.4 (2022-04-27) +### Fix +* Bump deps again ([`37188a6`](https://git.grassecon.net/cicnet/cic-cli/commit/37188a60e85d9545acfd950c1c160801c22d2b5b)) + ## v0.3.3 (2022-04-26) ### Fix * It's ok if you already exsist ([`38cfb18`](https://git.grassecon.net/cicnet/cic-cli/commit/38cfb185270fb361ff5d9da9976745e1fecc40f8)) diff --git a/cic/__init__.py b/cic/__init__.py index e19434e..334b899 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.3" +__version__ = "0.3.4" diff --git a/pyproject.toml b/pyproject.toml index 8424542..6ee8d0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.3.3" +version = "0.3.4" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",