From 865b7a3a6ec722ae88a338ce3e2d290dc8d69f77 Mon Sep 17 00:00:00 2001 From: Thiago Bellini Ribeiro Date: Sat, 17 Jul 2021 11:24:09 -0300 Subject: [PATCH] Initial public release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"