Move properties under model and class sections

This commit is contained in:
2022-07-13 20:40:42 +02:00
parent 1f4966ad49
commit 899e33da61
6 changed files with 78 additions and 21 deletions

View File

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