set version to 0.66.1.dev

This commit is contained in:
Paul Gauthier 2024-12-01 09:15:58 -08:00
parent 3fef1babcb
commit c62dde4c9c

View file

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