set version to 0.76.2.dev

This commit is contained in:
Paul Gauthier 2025-03-10 17:41:32 -07:00
parent c21619608e
commit 3cb6ec9ddb

View file

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