set version to 0.80.5.dev

This commit is contained in:
Paul Gauthier 2025-04-04 15:34:08 +13:00
parent 7924ea9bb9
commit 8a34a6c8f4

View file

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