diff --git a/pyproject.toml b/pyproject.toml index 605cc650..906435f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ all = true [tool.poetry] name = "django-ninja-crud" -version = "0.3.0" +version = "0.3.0.post1" description = "Django Ninja CRUD is a library that allows you to create CRUD APIs in a few lines of code." authors = ["Hicham Bakri "] maintainers = ["Hicham Bakri "]