Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Jun 26, 2023
1 parent 44306b7 commit d8abe58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-pgschemas"
version = "0.14.0"
version = "1.0.0"
description = "Multi-tenancy on Django using PostgreSQL schemas."
license = "MIT"
authors = ["Lorenzo Peña <lorinkoz@gmail.com>"]
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/lorinkoz/django-pgschemas"
documentation = "https://django-pgschemas.readthedocs.io/"
keywords = ["django", "tenants", "schemas", "multi-tenancy", "postgresql"]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Framework :: Django",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
Expand Down

0 comments on commit d8abe58

Please sign in to comment.