Skip to content

Commit 15956da

Browse files
feat: Export version
1 parent 8ca0956 commit 15956da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/thread/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"""
1919

2020

21+
__version__ = '1.0.0'
22+
23+
2124
# Export Core
2225
from .thread import Thread, ParallelProcessing
2326

@@ -42,4 +45,5 @@
4245
'types',
4346
'exceptions',
4447
'Settings',
48+
'__version__',
4549
]

0 commit comments

Comments
 (0)