set version to 0.69.2.dev

This commit is contained in:
Paul Gauthier 2024-12-16 12:36:28 -08:00
parent b1c04dece9
commit 5c848d59b2

View file

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