Update pyproject.toml

This commit is contained in:
mathiasag7 2023-09-06 17:48:19 +01:00 committed by GitHub
parent 6a01f163b6
commit 4be9a2413a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }