Skip to content

Commit 70a1564

Browse files
committed
bump version from 1.0.0.dev1 to 1.0.0.dev2
1 parent aec2bd8 commit 70a1564

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ARG CONTAINER_VERSION
4545

4646
# Install the ObsModel packages
4747
# RUN bash -c "pip3 install -r /tmp/requirements.txt"
48-
RUN pip3 install --no-cache-dir "fpg-observational-model==1.0.0.dev1" --extra-index-url https://packages.idmod.org/api/pypi/pypi-production/simple
48+
RUN pip3 install --no-cache-dir "fpg-observational-model==1.0.0.dev2" --extra-index-url https://packages.idmod.org/api/pypi/pypi-production/simple
4949

5050
# Install the emod-api package
5151
RUN pip3 install --no-cache-dir "emod-api>=1.33.6,<2" --extra-index-url https://packages.idmod.org/api/pypi/pypi-production/simple

docker/Singularity.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib64/mpich/lib
5454

5555
# Install the ObsModel packages
5656
# RUN bash -c "pip3 install -r /tmp/requirements.txt"
57-
pip3 install --no-cache-dir "fpg-observational-model==1.0.0.dev1" --extra-index-url https://packages.idmod.org/api/pypi/pypi-production/simple
57+
pip3 install --no-cache-dir "fpg-observational-model==1.0.0.dev2" --extra-index-url https://packages.idmod.org/api/pypi/pypi-production/simple
5858

5959
# Install the emod-api package
6060
pip3 install --no-cache-dir "emod-api>=1.33.6,<2" --extra-index-url https://packages.idmod.org/api/pypi/pypi-production/simple

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fpg-observational-model"
7-
version = "1.0.0.dev1"
7+
version = "1.0.0.dev2"
88
description = "Observational model for EMOD's Full Parasite Genetics output to convert modeled results into recapitulative sampling for genomic surveillance"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)