version bump to 0.80.2

This commit is contained in:
Paul Gauthier 2025-04-03 08:33:36 +13:00
parent 6f897fec59
commit 0e1e1aae2e

View file

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