version bump to 0.72.2

This commit is contained in:
Paul Gauthier 2025-01-22 09:59:23 -08:00
parent 0c464d0220
commit c5fe81f4e6

View file

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