version bump to 0.77.0

This commit is contained in:
Paul Gauthier 2025-03-13 14:44:47 -07:00
parent 88e3d48be5
commit 371a03c794

View file

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