version bump to 0.81.0

This commit is contained in:
Paul Gauthier 2025-04-04 22:02:34 +13:00
parent 55767a0003
commit 980f673ce2

View file

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