added _version.py file

This commit is contained in:
Schmieder, Jacob
2024-05-17 13:05:25 +00:00
parent 3fdb9ecf81
commit 3e9ca434d7
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -69,3 +69,4 @@ app = ["scraibe-webui"]
[tool.ruff.lint.extend-per-file-ignores] [tool.ruff.lint.extend-per-file-ignores]
"__init__.py" = ["E402","F403"] "__init__.py" = ["E402","F403"]
"scraibe/misc.py" = ["E722"]
+3
View File
@@ -0,0 +1,3 @@
# set __version__ attribute
__version__ = "0.0.0"