Fix a dependency on solo during bootstrap

This commit is contained in:
2023-10-06 21:37:24 +02:00
parent 4b0361acc1
commit a21baac10c
2 changed files with 7 additions and 2 deletions

View File

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