version bump to 0.72.1

This commit is contained in:
Paul Gauthier 2025-01-20 14:23:06 -08:00
parent 9ced96a1c9
commit adb951426a

View file

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