0.2.3
continuous-integration/drone/push Build is passing Details

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-03-22 07:25:34 +00:00 committed by William Luke
parent 92794a2e3b
commit 48522d02e7
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.2.3 (2022-03-22)
### Fix
* Remove this ([`92794a2`](https://git.grassecon.net/cicnet/cic-cli/commit/92794a2e3b2fc5ace63f519bbe5b23c542afc853))
## v0.2.2 (2022-03-22)
### Fix
* Enfore upper case symbol name ([`71bf1e1`](https://git.grassecon.net/cicnet/cic-cli/commit/71bf1e15c4a217111ae6f6568814985a9d5b960f))

View File

@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "cic-cli"
version = "0.2.2"
version = "0.2.3"
description = "Generic cli tooling for the CIC token network"
authors = [
"Louis Holbrook <dev@holbrook.no>",