chore: bump version to match the latest tag

This commit is contained in:
0x29a 2023-08-25 14:11:29 +02:00
parent e5f8e4babc
commit 1c9da7b84b

View file

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