Skip to content

Commit d079d29

Browse files
committed
feat: add VERSION and __version__ constants
1 parent a766831 commit d079d29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/opalstack/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
VERSION = '1.0.1'
2+
__version__ = VERSION
3+
14
from .api import Api

0 commit comments

Comments
 (0)