version bump to 0.79.1

This commit is contained in:
Paul Gauthier 2025-03-25 15:06:13 -10:00
parent 71cbbf545b
commit db7c679e74

View file

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