Skip to content

Commit 7fd550e

Browse files
authored
bump alpha (#141)
1 parent 484f703 commit 7fd550e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lablink-client-base/lablink-client-base-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN sudo chmod +x /scripts/*.sh && \
127127
/scripts/install_nvm.sh
128128

129129
# Activate conda environment and install client service package
130-
RUN /home/${USERNAME}/miniforge3/bin/conda run -n base pip install lablink-client-service
130+
RUN /home/${USERNAME}/miniforge3/bin/conda run -n base pip install lablink-client-service==0.0.4a1
131131

132132
# Copy the startup script
133133
COPY start.sh /home/${USERNAME}/start.sh

lablink-client-base/lablink-client-service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description = "Lablink Client Service that will be installed in the lablink-clie
1818
keywords = ["vm", "docker", "postgres", "tutorial"]
1919
name = "lablink-client-service"
2020
readme = "README.md"
21-
version = "0.0.4a9"
21+
version = "0.0.4a1"
2222

2323
[project.optional-dependencies]
2424
dev = ["toml", "twine", "build", "pytest", "black", "python-dotenv"]

0 commit comments

Comments
 (0)