set version to 0.69.1.dev

This commit is contained in:
Paul Gauthier 2024-12-13 11:42:00 -08:00
parent cad661f0c8
commit 29471b8019

View file

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