From bf6592314a0cc06a1d49bbd4b4f9366ac8a10218 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 4 Feb 2025 15:44:53 -0800 Subject: [PATCH] Bump dev version --- 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 28c277200..e02c289d2 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.1" +__version__ = "2025.2.2-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 10627e9f6..480fcb51c 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.1" +__version__ = "2025.2.2-dev"