Don't update verison automatically, it doesn't work right

This commit is contained in:
Byron Lathi
2024-06-06 19:14:51 -07:00
parent caf56d306e
commit 89f3b8631a
2 changed files with 2 additions and 7 deletions

View File

@@ -1,9 +1,4 @@
from .rtl_manifest import rtl_manifest_main
VERSION_BASE = "0.0.3"
import datetime
__version__ = f"{VERSION_BASE}.{datetime.datetime.now().strftime('%Y.%m.%d.%H%M')}"
def main():
rtl_manifest_main()