Skip to content

Commit 97aa6da

Browse files
committed
bump version
1 parent 6209e91 commit 97aa6da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN make dist
4040
FROM cebra-base
4141

4242
# install the cebra wheel
43-
ENV WHEEL=cebra-0.5.0rc1-py3-none-any.whl
43+
ENV WHEEL=cebra-0.5.0-py3-none-any.whl
4444
WORKDIR /build
4545
COPY --from=wheel /build/dist/${WHEEL} .
4646
RUN pip install --no-cache-dir ${WHEEL}'[dev,integrations,datasets]'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CEBRA_VERSION := 0.5.0rc1
1+
CEBRA_VERSION := 0.5.0
22

33
dist:
44
python3 -m pip install virtualenv

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Steffen Schneider <[email protected]>
22
pkgname=python-cebra
33
_pkgname=cebra
4-
pkgver=0.5.0rc1
4+
pkgver=0.5.0
55
pkgrel=1
66
pkgdesc="Consistent Embeddings of high-dimensional Recordings using Auxiliary variables"
77
url="https://cebra.ai"

tools/build_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ FROM python:3.9
6262
RUN python -m pip install --upgrade pip setuptools wheel \
6363
&& apt-get update -y && apt-get install -y pandoc git
6464
RUN pip install torch --extra-index-url=https://download.pytorch.org/whl/cpu
65-
COPY dist/cebra-0.5.0rc1-py3-none-any.whl .
66-
RUN pip install 'cebra-0.5.0rc1-py3-none-any.whl[docs]'
65+
COPY dist/cebra-0.5.0-py3-none-any.whl .
66+
RUN pip install 'cebra-0.5.0-py3-none-any.whl[docs]'
6767
EOF
6868

6969
checkout_cebra_figures

0 commit comments

Comments
 (0)