version bump to 0.72.3

This commit is contained in:
Paul Gauthier 2025-01-25 08:13:57 -08:00
parent d7027887cc
commit 1882c43389

View file

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