diff --git a/pyproject.toml b/pyproject.toml index 99d263d..169f316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-admin-anchors" -version = "2.0.1" +version = "2.0.2" description = "Link related objects in Django admin using decorators" license = "MIT" authors = ["Jonathan Ehwald "]