diff --git a/pyproject.toml b/pyproject.toml index 3e50fa2..58e499e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-api-decorator" -version = "0.1.7" +version = "0.2.0a1" description = "A collection of tools to build function based Django APIs" authors = ["Oda "] license = "MIT"