diff --git a/dc_utils/__init__.py b/dc_utils/__init__.py index fab833f..b482efe 100644 --- a/dc_utils/__init__.py +++ b/dc_utils/__init__.py @@ -1 +1 @@ -__version__ = "2.6.1" +__version__ = "2.6.2" diff --git a/pyproject.toml b/pyproject.toml index 5f5e6ec..130870a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dc_django_utils" -version = "2.6.1" +version = "2.6.2" 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"}]