version bump to 0.70.0

This commit is contained in:
Paul Gauthier 2024-12-26 19:18:21 -04:00
parent 419cbae55f
commit 77962dbd4c

View file

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