Version 1.0.0

This commit is contained in:
2026-05-02 08:56:29 -04:00
parent b4ee3fce45
commit 20d0688143
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
from .middleware import DuplicateTaskError, RedisDeduplicationMiddleware
__version__ = "3.1.1"
__version__ = "1.0.0"
__all__ = [
"DuplicateTaskError",