diff --git a/pyproject.toml b/pyproject.toml index 320beea..752323b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-pgschemas" -version = "1.0.0a0" +version = "1.0.0a1" description = "Django multi-tenancy through Postgres schemas" license = "MIT" authors = ["Lorenzo Peña "]