set version to 0.72.2.dev

This commit is contained in:
Paul Gauthier 2025-01-20 14:24:39 -08:00
parent adb951426a
commit 8b963ed63c

View file

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