From a60fe69f656fe9745efad6da9d83b796ef871c63 Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Wed, 11 Oct 2023 09:56:28 -0700 Subject: [PATCH] bump patch version --- polaris/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/polaris/__init__.py b/polaris/__init__.py index 68002e0e..ee16ffe2 100644 --- a/polaris/__init__.py +++ b/polaris/__init__.py @@ -1 +1 @@ -__version__ = "2.4.0-rc1" +__version__ = "2.4.1-rc1" diff --git a/pyproject.toml b/pyproject.toml index 5c05db6d..3d8ccb4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-polaris" -version = "2.4.0-rc1" +version = "2.4.1-rc1" description = "An extendable Django server for Stellar Ecosystem Proposals." license = "Apache-2.0" authors = ["Stellar Development Foundation "]