version bump to 0.71.1

This commit is contained in:
Paul Gauthier 2025-01-11 16:06:25 -08:00
parent 9fb09ce14d
commit 122088712d

View file

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