version bump to 0.68.0

This commit is contained in:
Paul Gauthier 2024-12-10 08:18:06 -08:00
parent d8fff0e90a
commit 4aec676950

View file

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