We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09746bb commit 0222309Copy full SHA for 0222309
bootstrap_python_package/__init__.py
@@ -1,2 +1,6 @@
1
def some_function() -> str:
2
return "some_variable_to_test"
3
+
4
5
+__version__ = "0.0.0"
6
+__version_tuple__ = (0, 0, 0)
0 commit comments