Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 3, 2023
1 parent 5b72dae commit e7cec32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.2.5 (2023-07-03)

### Fix

* 👷 CI Change ([`5b72dae`](https://github.com/mraniki/iamlistening/commit/5b72dae994befc15df3493a424d57fc2c2729676))

## v0.2.4 (2023-07-03)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion iamlistening/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "0.2.4"
__version__ = "0.2.5"

from .config import settings
from .main import Listener
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e7cec32

Please sign in to comment.