Skip to content

Commit 8f0cda4

Browse files
committed
List version as importable and used
1 parent 81029af commit 8f0cda4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zlib_ng/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
# PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2.
77

88
from ._version import __version__
9+
10+
__all__ = ["__version__"]

0 commit comments

Comments
 (0)