We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ba453 commit d10b35dCopy full SHA for d10b35d
1 file changed
zstd_asgi/__init__.py
@@ -7,6 +7,9 @@
7
import zstandard
8
9
10
+__version__ = "0.2"
11
+
12
13
class ZstdMiddleware:
14
def __init__(
15
self,
0 commit comments