From 9abd3bb8f3669b47af2524c49de2be5d6130a9e8 Mon Sep 17 00:00:00 2001 From: jacklinke Date: Mon, 28 Oct 2024 21:09:12 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf4ad16..aface40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-tenant-options" -version = "2024.10.1" +version = "2024.10.2" description = "Empowering Your SaaS Tenants with Custom Options and Sane Defaults" authors = [{ name = "Jack Linke", email = "jacklinke@gmail.com" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 58ee4f0..ef9ab42 100644 --- a/uv.lock +++ b/uv.lock @@ -501,7 +501,7 @@ wheels = [ [[package]] name = "django-tenant-options" -version = "2024.10.1" +version = "2024.10.2" source = { editable = "." } dependencies = [ { name = "click" },