Skip to content

Commit

Permalink
setting new version to 0.2.7a4
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Dec 17, 2024
1 parent f88f840 commit 26c1794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#new version with Zarr support
FROM rg.fr-par.scw.cloud/geokube/geokube-base:2024.09.26.09.01

COPY dist/geokube-0.2.7a2-py3-none-any.whl /
RUN pip install /geokube-0.2.7a2-py3-none-any.whl --break-system-packages
RUN rm /geokube-0.2.7a2-py3-none-any.whl
COPY dist/geokube-0.2.7a4-py3-none-any.whl /
RUN pip install /geokube-0.2.7a4-py3-none-any.whl --break-system-packages
RUN rm /geokube-0.2.7a4-py3-none-any.whl

#ENV LD_LIBRARY_PATH=/opt/conda/x86_64-conda-linux-gnu/lib:/usr/lib/x86_64-linux-gnu
2 changes: 1 addition & 1 deletion geokube/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7a3"
__version__ = "0.2.7a4"

0 comments on commit 26c1794

Please sign in to comment.