Skip to content

Commit

Permalink
chg: 🔖 preparing v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bashirmindee committed Sep 11, 2024
1 parent 4f69f24 commit f8ec75c
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.4.1 (2024-09-11)

### Improvements
* :recycle: use dynamic node construction instead of static one

## v0.4.0 (2024-08-09)

### Improvements
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.4.0"
version = "0.4.1"
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.4.0"
__version__ = "0.4.1"

__all__ = [
"AsyncDAG",
Expand Down

0 comments on commit f8ec75c

Please sign in to comment.