Add private properties and consist thumbnail

This commit is contained in:
2022-07-12 19:00:29 +02:00
parent 47b4b2915b
commit 2dbe01d8bd
9 changed files with 51 additions and 4 deletions

View File

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