diff --git a/dc_utils/__init__.py b/dc_utils/__init__.py index f40a856..8213b62 100644 --- a/dc_utils/__init__.py +++ b/dc_utils/__init__.py @@ -1 +1 @@ -__version__ = "2.6.4" +__version__ = "2.6.5" diff --git a/pyproject.toml b/pyproject.toml index 95df68b..2d1f338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dc_django_utils" -version = "2.6.4" +version = "2.6.5" 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"}]