Skip to content

Commit 52ab950

Browse files
committed
expose __version__
1 parent 086fda3 commit 52ab950

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/base64_utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from ._base64_utils import (
2+
__version__,
23
b64decode,
34
b64encode,
45
standard_b64decode,
@@ -8,6 +9,7 @@
89
)
910

1011
__all__ = [
12+
"__version__",
1113
"b64decode",
1214
"b64encode",
1315
"standard_b64decode",

0 commit comments

Comments
 (0)