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

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-04-26 13:30:20 +00:00 committed by William Luke
parent d2e55fad0e
commit 02df3f792e
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.3.2 (2022-04-26)
### Fix
* Update deps ([`d2e55fa`](https://git.grassecon.net/cicnet/cic-cli/commit/d2e55fad0efd13fa7a1de8ed8ab43e703a4aa046))
## v0.3.1 (2022-04-26)
### Fix
* Throw if directory exsists ([`5f22220`](https://git.grassecon.net/cicnet/cic-cli/commit/5f22220825f5c485550ca9a21a54598fbe3b3ba3))

View File

@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

View File

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