Skip to content

Commit

Permalink
chg: 🔖 preparing v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bashirmindee committed Nov 12, 2024
1 parent b2cfc37 commit c0f0cc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## v0.5.2 (2024-11-12)

### Bug Fixes
* :bug: typing with py310 Union |

## v0.5.1 (2024-10-31)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "tawazi"
version = "0.5.1"
version = "0.5.2"
description = "This library helps you execute a set of functions in a Directed Acyclic Graph (DAG) dependency structure in parallel in a production environment."
authors = [{name = "Mindee", email = "[email protected]"}]
maintainers = [
Expand Down
2 changes: 1 addition & 1 deletion tawazi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .config import cfg
from .consts import Resource

__version__ = "0.5.1"
__version__ = "0.5.2"

__all__ = [
"AsyncDAG",
Expand Down

0 comments on commit c0f0cc2

Please sign in to comment.