From aa31ebd5499a64885af414036b36f4144f5217c9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 23 Feb 2022 08:00:41 +0000 Subject: [PATCH] 0.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ cic_utils/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5308f..e6c7b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.1 (2022-02-23) +### Fix +* Versioning ([`5eb6a99`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/5eb6a99114867ee4ff72523922a13dc847b75196)) + ## v0.2.0 (2022-02-23) ### Feature * **converters:** Add from_wei and to_wei ([`c044fb9`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/c044fb9c70b20ceff70613f5e35ab9d358545ee8)) diff --git a/cic_utils/__init__.py b/cic_utils/__init__.py index 49f34f4..77648b6 100644 --- a/cic_utils/__init__.py +++ b/cic_utils/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" \ No newline at end of file +__version__ = "0.2.1" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 074012f..307df96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-utils" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["William Luke "] license = "GPL-3.0-or-later"