Skip to content

Commit

Permalink
chg: 🔖 preparing v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bashirmindee committed Mar 15, 2024
1 parent 0766bac commit 590fccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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 = "[email protected]"}]
maintainers = [
Expand Down

0 comments on commit 590fccb

Please sign in to comment.