version bump to 0.69.0

This commit is contained in:
Paul Gauthier 2024-12-13 11:40:25 -08:00
parent 261d770482
commit cad661f0c8

View file

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