diff --git a/pyproject.toml b/pyproject.toml index bb336b2..a8dafa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ include = '\.pyi?$' [tool.poetry] name = "django-eav2" -description = "Entity-Attribute-Value storage for Django" -version = "1.4.0" +description = "Entity-Attribute-Value storage for Django with the possibility of changing the pk field and using natural key for serialization" +version = "1.5.0" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }