diff --git a/community_backup/community_backup/settings.py b/community_backup/community_backup/settings.py index 40d17a7..f404ca3 100644 --- a/community_backup/community_backup/settings.py +++ b/community_backup/community_backup/settings.py @@ -115,7 +115,7 @@ TASKS = {"default": {"BACKEND": "django.tasks.backends.immediate.ImmediateBacken STATIC_ROOT = BASE_DIR.parent.parent / "static" -RELEASE_VERSION = "0.5" +RELEASE_VERSION = "0.6" # Import settings from configuration.py try: diff --git a/pyproject.toml b/pyproject.toml index 8a678d3..526d5d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "community_backup" -version = "0.5.0" +version = "0.6" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"