set version to 0.81.1.dev

This commit is contained in:
Paul Gauthier 2025-04-04 22:02:37 +13:00
parent 980f673ce2
commit b9a80f9c8c

View file

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