Skip to content

Commit

Permalink
Increment version to 0.25.0.dev0 (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 21, 2024
1 parent d685bea commit 1cdac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiodocker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .exceptions import DockerContainerError, DockerError


__version__ = "0.24.0"
__version__ = "0.25.0.dev0"


__all__ = ("Docker", "DockerError", "DockerContainerError")

0 comments on commit 1cdac66

Please sign in to comment.