From 3361f90ae1c3e9d4cec55c5bf4e6222d8a1f2921 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 27 Apr 2022 07:26:57 +0000 Subject: [PATCH] 0.3.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ cic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 ",