Skip to content

Commit 0222309

Browse files
authored
Add version to __init__.py
1 parent 09746bb commit 0222309

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
def some_function() -> str:
22
return "some_variable_to_test"
3+
4+
5+
__version__ = "0.0.0"
6+
__version_tuple__ = (0, 0, 0)

0 commit comments

Comments
 (0)