version bump to 0.81.1

This commit is contained in:
Paul Gauthier 2025-04-05 09:01:09 +13:00
parent 0672a68ba4
commit 87275140f9

View file

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