Skip to content

Commit

Permalink
Merge pull request #47 from syrusakbary/release-0.4.1
Browse files Browse the repository at this point in the history
Updated version to 0.4.1
  • Loading branch information
markedwards authored Feb 16, 2025
2 parents 45031a3 + 54cdd33 commit e9f1ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiodataloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
else:
from typing_extensions import TypeGuard

__version__ = "0.4.0"
__version__ = "0.4.1"

KeyT = TypeVar("KeyT")
ReturnT = TypeVar("ReturnT")
Expand Down

0 comments on commit e9f1ef2

Please sign in to comment.