From 6907c04a4e598a64a180fd0925e20f035a8d9202 Mon Sep 17 00:00:00 2001 From: Sophia Castellarin Date: Thu, 13 Feb 2025 09:22:29 -0800 Subject: [PATCH] Bump dev version (#1089) --- conda-store-server/conda_store_server/__init__.py | 2 +- conda-store/conda_store/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-store-server/conda_store_server/__init__.py b/conda-store-server/conda_store_server/__init__.py index c9f1ca6f4..c8a5d338f 100644 --- a/conda-store-server/conda_store_server/__init__.py +++ b/conda-store-server/conda_store_server/__init__.py @@ -14,7 +14,7 @@ from .app import CondaStore -__version__ = "2025.2.2" +__version__ = "2025.2.3-dev" CONDA_STORE_DIR = platformdirs.user_data_path(appname="conda-store") diff --git a/conda-store/conda_store/__init__.py b/conda-store/conda_store/__init__.py index 163756e4e..579c752a3 100644 --- a/conda-store/conda_store/__init__.py +++ b/conda-store/conda_store/__init__.py @@ -2,4 +2,4 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -__version__ = "2025.2.2" +__version__ = "2025.2.3-dev"