Bump version

This commit is contained in:
2023-10-27 22:46:19 +02:00
parent e1400fe720
commit 168b424df7
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.9.1"
__version__ = "0.9.2"
__version__ += git_suffix(__file__)