diff --git a/polaris/__init__.py b/polaris/__init__.py index b19ee4b7..55e47090 100644 --- a/polaris/__init__.py +++ b/polaris/__init__.py @@ -1 +1 @@ -__version__ = "2.2.1" +__version__ = "2.3.0" diff --git a/pyproject.toml b/pyproject.toml index e7c9d5db..c62b68aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-polaris" -version = "2.2.1" +version = "2.3.0" description = "An extendable Django server for Stellar Ecosystem Proposals." license = "Apache-2.0" authors = ["Stellar Development Foundation "]