Skip to content

Commit a152374

Browse files
author
eri
committed
feat: add __version__ attribute to package
1 parent 8f89963 commit a152374

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ws_api/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
from ws_api.session import WSAPISession
1010
from ws_api.wealthsimple_api import WealthsimpleAPI
1111

12+
__version__ = "0.32.2"
13+
1214
__all__ = [
1315
"CurlException",
1416
"LoginFailedException",
@@ -18,4 +20,5 @@
1820
"WSApiException",
1921
"WSAPISession",
2022
"WealthsimpleAPI",
23+
"__version__",
2124
]

0 commit comments

Comments
 (0)