version bump to 0.71.0

This commit is contained in:
Paul Gauthier 2025-01-10 15:00:02 -08:00
parent 5a4871155a
commit c1a371e3d3

View file

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