From 698479ed250901fac8b4433f2a669099608a2836 Mon Sep 17 00:00:00 2001 From: Konstantine Tsafatinos Date: Tue, 1 Oct 2024 15:26:21 -0400 Subject: [PATCH] update package version to include README changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e161bf..2b279ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_institutions" -version = "0.0.1" +version = "0.0.2" authors = [ { name="Konstantine Tsafatinos", email="kosta.tsaf@gmail.com" }, ]