version bump to 0.74.3

This commit is contained in:
Paul Gauthier 2025-02-23 08:52:31 -08:00
parent fa281d89d2
commit 58bfcb0953

View file

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