version bump to 0.66.0

This commit is contained in:
Paul Gauthier 2024-12-01 09:14:21 -08:00
parent 16af1751a6
commit 3fef1babcb

View file

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