adds color source

This commit is contained in:
Michel Fedde 2024-01-30 21:22:33 +01:00
parent c0ab4bb7ad
commit 6fbf07b96c
10 changed files with 78 additions and 20 deletions

View file

@ -5,4 +5,3 @@ if __name__ == "__main__":
currentVersion = versioning.get_version()
nextVersion = currentVersion.bump_minor()
versioning.save_version(nextVersion)