From 31938b2f140cbc31c9a815e352bda74d5cb1d3e4 Mon Sep 17 00:00:00 2001 From: jacklinke Date: Fri, 16 Aug 2024 01:37:34 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94b9282..90d332e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-tenant-options" -version = "2024.8.1" -description = "Flexible and Extensible Lists of Options for Django" +version = "2024.8.2" +description = "Empowering Your SaaS Tenants with Custom Options and Sane Defaults" authors = ["Jack Linke "] license = "MIT" readme = "README.md"