chore: Update pyproject.toml

This commit is contained in:
Serg Tereshchenko 2021-01-16 12:14:36 +02:00
parent 1f95c3806d
commit 517863ad11

View file

@ -1,9 +1,12 @@
[tool.poetry]
name = "django-modeltranslation"
version = "0.14.4"
version = "0.16.1"
description = "Translates Django models using a registration approach."
authors = ["Peter Eschler <peschler@gmail.com>"]
maintainers = ["Serhii Tereshchenko <serg.partizan@gmail.com>"]
packages = [
{ include = "modeltranslation" },
]
[tool.poetry.dependencies]
python = ">=3.6"