diff --git a/CHANGELOG.md b/CHANGELOG.md index 6475b5fa..a2c98650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.3.4 (2024-03-14) + +### Bug Fixes +* :bug: failing Tuple typing check with future annotations + ## v0.3.3 (2024-02-26) ### Improvements diff --git a/pyproject.toml b/pyproject.toml index 3d9ada1f..9f03ab79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "tawazi" -version = "0.3.3" +version = "0.3.4" 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 = "contact@mindee.com"}] maintainers = [