Skip to content

Commit 8911e6d

Browse files
committed
Bump hard coded release version of MedCAT v1 (v1.16.8)
1 parent 4902bd7 commit 8911e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/medcat-v1_production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run UATs
3838
run: |
3939
python -m pip install --upgrade pip
40-
export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.5" # NOTE: This is where the project verison is set
40+
export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.8" # NOTE: This is where the project verison is set
4141
pip install -r requirements-dev.txt
4242
all_files=$(git ls-files | grep '^tests/.*\.py$' | grep -v '/__init__\.py$' | sed 's/\.py$//' | sed 's/\//./g')
4343
num_files=$(echo "$all_files" | wc -l)
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Build a binary wheel and a source tarball
5858
run: >-
59-
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.7"
59+
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.8"
6060
python -m
6161
build
6262
--sdist

0 commit comments

Comments
 (0)