Skip to content

Commit

Permalink
TVB-2592 Update Zenodo URL. Synchronize release numbers between subpa…
Browse files Browse the repository at this point in the history
…ckages
  • Loading branch information
liadomide committed Feb 26, 2020
1 parent 3fe654f commit 5e93f19
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion externals/tvb_gdist/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
DESCRIPTION = fd.read()

setuptools.setup(name="tvb-" + GEODESIC_NAME,
version='2.0.0',
version='2.0.2',
ext_modules=GEODESIC_MODULE,
include_dirs=INCLUDE_DIRS,
cmdclass={'build_ext': build_ext},
Expand Down
2 changes: 1 addition & 1 deletion framework_tvb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import shutil
import setuptools

VERSION = "2.0a1"
VERSION = "2.0.2a2"

TVB_TEAM = "Mihai Andrei, Lia Domide, Stuart Knock, Bogdan Neacsa, Paula Popa, Paula Sansz Leon, Marmaduke Woodman"

Expand Down
2 changes: 1 addition & 1 deletion framework_tvb/setup_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

manifest_maker.template = 'MANIFEST_rest_client.in'

VERSION = "2.0a1"
VERSION = "2.0.2a2"

TVB_TEAM = "Lia Domide, Paula Popa, Bogdan Valean, Robert Vincze"

Expand Down
2 changes: 1 addition & 1 deletion scientific_library/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN conda install python=3.7 nomkl numba scipy numpy networkx scikit-learn cytho

RUN apt-get install -y zip
RUN cd /opt \
&& wget -q https://zenodo.org/record/3497545/files/tvb_data_2_0_1.zip?download=1 -O tvb_data.zip \
&& wget -q https://zenodo.org/record/3688773/files/tvb-data.zip?download=1 -O tvb_data.zip \
&& unzip tvb_data.zip \
&& rm tvb_data.zip \
&& cd tvb_data \
Expand Down
2 changes: 1 addition & 1 deletion scientific_library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import shutil
import setuptools

LIBRARY_VERSION = "2.0.0"
LIBRARY_VERSION = "2.0.2"

LIBRARY_TEAM = "Marmaduke Woodman, Stuart Knock, Paula Sanz Leon, Viktor Jirsa"

Expand Down
2 changes: 1 addition & 1 deletion tvb_bin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setup(
name='tvb_bin',
packages=find_packages(),
version="2.0.0",
version="2.0.2",
license="GPL v3",
author="TVB Team"
)
Expand Down
2 changes: 1 addition & 1 deletion tvb_build/docker/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN /bin/bash -c "source activate tvb-run"; \

WORKDIR /root

RUN wget https://zenodo.org/record/3497545/files/tvb_data_2_0_1.zip?download=1 -O tvb_data.zip; \
RUN wget https://zenodo.org/record/3688773/files/tvb-data.zip?download=1 -O tvb_data.zip; \
unzip tvb_data.zip; rm tvb_data.zip; \
cd tvb_data; \
/opt/conda/envs/tvb-run/bin/python setup.py develop;\
Expand Down
2 changes: 1 addition & 1 deletion tvb_build/docker/Dockerfile-run
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN /bin/bash -c "source activate tvb-run"; \

WORKDIR /root

RUN wget https://zenodo.org/record/3497545/files/tvb_data_2_0_1.zip?download=1 -O tvb_data.zip; \
RUN wget https://zenodo.org/record/3688773/files/tvb-data.zip?download=1 -O tvb_data.zip; \
unzip tvb_data.zip; rm tvb_data.zip; \
cd tvb_data; \
/opt/conda/envs/tvb-run/bin/python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion tvb_build/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
setup(
name='tvb_build',
packages=find_packages(),
version="2.0.0",
version="2.0.2",
license="GPL v3",
author="TVB Team",
install_requires=['tvb-library', 'tvb-framework', 'tvb-data']
Expand Down

0 comments on commit 5e93f19

Please sign in to comment.