Bump version

This commit is contained in:
2022-04-19 19:35:39 +02:00
parent 1cd6f1107c
commit afc8abde1d

View File

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