version bump to 0.74.1

This commit is contained in:
Paul Gauthier 2025-02-07 08:54:04 -08:00
parent b6a37bf0e2
commit e63b8ff35d

View file

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