version bump to 0.75.0

This commit is contained in:
Paul Gauthier 2025-02-24 12:33:23 -08:00
parent 2f79b4fde7
commit 506280d645

View file

@ -1,6 +1,6 @@
from packaging import version
__version__ = "0.74.4.dev"
__version__ = "0.75.0"
safe_version = __version__
try: