reverting update by pre-commit on tools/marvin/setup.py

This commit is contained in:
Muhammed Hussein 2025-11-28 12:26:32 +03:00 committed by GitHub
parent 124649f1d7
commit ce40daf743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ except ImportError:
raise RuntimeError("python setuptools is required to build Marvin")
VERSION = "4.23.0.0"
VERSION = "4.23.0.0-SNAPSHOT"
setup(name="Marvin",
version=VERSION,