set version to 0.71.1.dev

This commit is contained in:
Paul Gauthier 2025-01-10 15:01:41 -08:00
parent c1a371e3d3
commit 2640e05307

View file

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