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

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-04-26 12:03:27 +00:00 committed by William Luke
parent 5f22220825
commit edf312d969
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.3.1 (2022-04-26)
### Fix
* Throw if directory exsists ([`5f22220`](https://git.grassecon.net/cicnet/cic-cli/commit/5f22220825f5c485550ca9a21a54598fbe3b3ba3))
## v0.3.0 (2022-04-26)
### Feature
* **wizard:** Add csv input flag ([`a9f97a9`](https://git.grassecon.net/cicnet/cic-cli/commit/a9f97a9a5c6908e4d51710e3b121764d2511c0ab))

View File

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

View File

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