set version to 0.68.1.dev

This commit is contained in:
Paul Gauthier 2024-12-10 08:19:44 -08:00
parent 4aec676950
commit 16a53aa641

View file

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