Release 0.1.0

This commit is contained in:
Konrad Mohrfeldt 2021-08-03 20:42:34 +02:00
parent 1faa0b2af9
commit 2647c8534b
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,3 @@
__version__ = "0.0.1"
__version__ = "0.1.0"
default_app_config = 'userausfall.apps.UserausfallConfig'