diff --git a/pyproject.toml b/pyproject.toml index a971404..bf37a3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-choices-field" -version = "0.1" +version = "1.0" description = "Django field that set/get django's new TextChoices enum." authors = ["Thiago Bellini Ribeiro "] license = "MIT"