Update version number

This commit is contained in:
Mouse Reeve 2023-04-03 21:31:41 -07:00
parent d35b1d91ba
commit 6e427cf372

View file

@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.6.0"
VERSION = "0.6.1"
RELEASE_API = env(
"RELEASE_API",