File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: dist
1010archlinux :
1111 mkdir -p dist/arch
1212 cp PKGBUILD dist/arch
13- cp dist/cebra-0.2.0 .tar.gz dist/arch
13+ cp dist/cebra-0.3.0rc1 .tar.gz dist/arch
1414 (cd dist/arch; makepkg --skipchecksums -f)
1515
1616# NOTE(stes): Ensure that no old tempfiles are present. Ideally, move this into
Original file line number Diff line number Diff line change 11# Maintainer: Steffen Schneider <[email protected] >22pkgname=python-cebra
33_pkgname=cebra
4- pkgver=0.2.0
4+ pkgver=0.3.0rc1
55pkgrel=1
66pkgdesc=" Consistent Embeddings of high-dimensional Recordings using Auxiliary variables"
77url=" https://cebra.ai"
Original file line number Diff line number Diff line change 4747
4848import cebra .integrations .sklearn as sklearn
4949
50- __version__ = "0.2.0 "
50+ __version__ = "0.3.0rc1 "
5151__all__ = ["CEBRA" ]
5252__allow_lazy_imports = False
5353__lazy_imports = {}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pip uninstall -y cebra
1515# Get version info after uninstalling --- this will automatically get the
1616# most recent version based on the source code in the current directory.
1717# $(tools/get_cebra_version.sh)
18- VERSION=0.2.0
18+ VERSION=0.3.0rc1
1919echo " Upgrading to CEBRA v${VERSION} "
2020
2121# Upgrade the build system (PEP517/518 compatible)
You can’t perform that action at this time.
0 commit comments