Fix data retreival issue on GetData (#35)

This commit is contained in:
2024-04-21 15:34:16 +02:00
committed by GitHub
parent aa02404dfe
commit 54a68d9b1f
2 changed files with 50 additions and 29 deletions

View File

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