version bump to 0.76.1

This commit is contained in:
Paul Gauthier 2025-03-10 17:41:29 -07:00
parent 76a8789bc1
commit c21619608e

View file

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