set version to 0.81.3.dev

This commit is contained in:
Paul Gauthier 2025-04-11 08:37:59 +12:00
parent b4f65734a5
commit 1961543e2f

View file

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