Skip to content

Commit

Permalink
EBR-40 Increase tvb-gdist version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 4, 2024
1 parent 008c10e commit 9163d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pytest --junitxml=results.xml --cov
- name: Run Coverage Generation
if: ${{ ! startsWith(matrix.os, 'ubuntu') }}
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: |
sudo chmod +x cppci.sh
./cppci.sh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def finalize_options(self):

setuptools.setup(
name="tvb-" + GEODESIC_NAME,
version="2.2",
version="2.2.1",
ext_modules=GEODESIC_MODULE,
include_dirs=INCLUDE_DIRS,
cmdclass={"build_ext": new_build_ext},
Expand Down

0 comments on commit 9163d3f

Please sign in to comment.