version bump to 0.69.1

This commit is contained in:
Paul Gauthier 2024-12-16 12:34:51 -08:00
parent b87c7987bb
commit b1c04dece9

View file

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