From e7cec329bbce3225ab0056be95b91d49cac6f9c4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Jul 2023 17:08:55 +0000 Subject: [PATCH] 0.2.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ iamlistening/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095de7ebd..1a8348793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.2.5 (2023-07-03) + +### Fix + +* 👷 CI Change ([`5b72dae`](https://github.com/mraniki/iamlistening/commit/5b72dae994befc15df3493a424d57fc2c2729676)) + ## v0.2.4 (2023-07-03) ### Fix diff --git a/iamlistening/__init__.py b/iamlistening/__init__.py index 6f2f4a7e3..98444d857 100644 --- a/iamlistening/__init__.py +++ b/iamlistening/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "0.2.4" +__version__ = "0.2.5" from .config import settings from .main import Listener diff --git a/pyproject.toml b/pyproject.toml index c59046260..c57e219b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iamlistening" -version = "0.2.4" +version = "0.2.5" description = "A python package to interact with messaging platform." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"