Bump version

This commit is contained in:
2022-11-27 01:09:34 +01:00
parent f603fd3e2d
commit 091f426242

View File

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