Update footer and version

This commit is contained in:
2022-07-10 22:52:49 +02:00
parent 353da224be
commit b19ea23fa6
2 changed files with 2 additions and 2 deletions

View File

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