Skip to content

Commit

Permalink
Merge pull request #5 from ffekirnew/docs
Browse files Browse the repository at this point in the history
feat(docs): Bump version to 0.2.1
  • Loading branch information
ffekirnew authored Jun 6, 2024
2 parents 9f19e87 + 3226243 commit c7c30fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "rmediator"
version = "0.2.0"
version = "0.2.1"
description = "Request mediator"
authors = ["ffekirnew <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/rmediator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from rmediator.mediator import Mediator

Expand Down

0 comments on commit c7c30fb

Please sign in to comment.