version bump to 0.73.0

This commit is contained in:
Paul Gauthier 2025-01-31 13:46:55 -08:00
parent 9ed8ebab78
commit 1af0a6cc8f

View file

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