This commit is contained in:
Believethehype 2023-12-14 10:49:09 +01:00
parent cb48b583f8
commit f120a00ef9
2 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '0'
_PATCH_VERSION = '1'
__version__ = '.'.join([
_MAJOR_VERSION,
_MINOR_VERSION,
_PATCH_VERSION,
])