set version to 0.76.3.dev

This commit is contained in:
Paul Gauthier 2025-03-11 09:25:11 -07:00
parent 55f856b23c
commit 703cb8849d

View file

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