diff --git a/dc_utils/__init__.py b/dc_utils/__init__.py index b482efe..041e628 100644 --- a/dc_utils/__init__.py +++ b/dc_utils/__init__.py @@ -1 +1 @@ -__version__ = "2.6.2" +__version__ = "2.6.3" diff --git a/pyproject.toml b/pyproject.toml index d07c843..3f290ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dc_django_utils" -version = "2.6.2" +version = "2.6.3" description = "This is a package to provide some common utilities for Django projects at Democracy Club." readme = "README.md" authors = [{name = "Sym Roe"}, {name = "Virginia Dooley"}]