mirror of
https://github.com/d3vyce/taskiq-deduplication.git
synced 2026-08-07 20:34:07 +00:00
Compare commits
1
Commits
66b418bff1
...
v1.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fb99e358e
|
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "taskiq-deduplication"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
description = "Redis-backed deduplication middleware for Taskiq"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
from .middleware import DuplicateTaskError, RedisDeduplicationMiddleware
|
||||
|
||||
__version__ = "1.0.1"
|
||||
__version__ = "1.0.2"
|
||||
|
||||
__all__ = [
|
||||
"DuplicateTaskError",
|
||||
|
||||
Reference in New Issue
Block a user