diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a75d24..5737675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.5 (2022-02-25) +### Fix +* Bump ([`798a949`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/798a949bbffee3cdfc41fb897d84e488af0fa636)) + ## v0.2.4 (2022-02-25) ### Fix * Test pypi publish ([`dbff716`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/dbff716cdbb15e2c59a750e726c22ec59eb57780)) diff --git a/cic_utils/__init__.py b/cic_utils/__init__.py index 7a17bdd..845be45 100644 --- a/cic_utils/__init__.py +++ b/cic_utils/__init__.py @@ -1 +1 @@ -__version__ = "0.2.4" \ No newline at end of file +__version__ = "0.2.5" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a352a53..a020438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-utils" -version = "0.2.4" +version = "0.2.5" description = "" authors = ["William Luke "] license = "GPL-3.0-or-later"