From 69e400da9592d88976fca8a8781d16e33151c8ad Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sat, 5 Oct 2024 00:55:01 -0500 Subject: [PATCH] prep 2.0.1 --- Ctl/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ctl/VERSION b/Ctl/VERSION index 359a5b9..10bf840 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c3b5106..2dd49df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "django-grainy" description = "granular permissions for django" readme = "README.md" license = {file = "LICENSE"} -version = "2.0.0" +version = "2.0.1" authors = [{name = "20C", email = "code@20c.com"}] requires-python = ">=3.8,<4.0" classifiers = [