version bump to 0.74.2

This commit is contained in:
Paul Gauthier 2025-02-09 15:26:05 -08:00
parent 7c30086d78
commit 49dcd11813

View file

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