diff --git a/dc_utils/__init__.py b/dc_utils/__init__.py index e5e59e3..fab833f 100644 --- a/dc_utils/__init__.py +++ b/dc_utils/__init__.py @@ -1 +1 @@ -__version__ = "2.6.0" +__version__ = "2.6.1" diff --git a/pyproject.toml b/pyproject.toml index 65b4582..62c41e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dc_django_utils" -version = "2.6.0" +version = "2.6.1" 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"}]