Skip to content

Commit d10b35d

Browse files
committed
Export __version__
1 parent 06ba453 commit d10b35d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

zstd_asgi/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
import zstandard
88

99

10+
__version__ = "0.2"
11+
12+
1013
class ZstdMiddleware:
1114
def __init__(
1215
self,

0 commit comments

Comments
 (0)