Fix the consists search

This commit is contained in:
2023-10-05 23:21:52 +02:00
parent 425eed3d83
commit 4b0361acc1
2 changed files with 7 additions and 2 deletions

View File

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