Bug fixing for consists

This commit is contained in:
2023-10-08 09:52:38 +02:00
parent c73efb01e4
commit 424b17ae58
5 changed files with 16 additions and 11 deletions

View File

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