version bump to 0.76.2

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

View file

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