Skip to content

Commit

Permalink
REL - 2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes committed Mar 12, 2024
1 parent e652f03 commit 36524f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import typing
from pathlib import Path

__version__ = "2024.1.1"
__version__ = "2024.3.1"


CONDA_STORE_DIR = Path.home() / ".conda-store"
Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from hatchling.builders.hooks.plugin.interface import BuildHookInterface

CONDA_STORE_UI_VERSION = "2024.1.1"
CONDA_STORE_UI_VERSION = "2024.3.1"
CONDA_STORE_UI_URL = f"https://registry.npmjs.org/@conda-store/conda-store-ui/-/conda-store-ui-{CONDA_STORE_UI_VERSION}.tgz"
CONDA_STORE_UI_FILES = [
"main.js",
Expand Down
2 changes: 1 addition & 1 deletion conda-store/conda_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.1.1"
__version__ = "2024.3.1"

0 comments on commit 36524f4

Please sign in to comment.