Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from biomarkersParkinson/main
Browse files Browse the repository at this point in the history
another try
  • Loading branch information
kretep authored Jun 6, 2024
2 parents 464c346 + 5dc6c3e commit 8e3a738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
id: get_version
run: |
VERSION=$(python -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['version'])")
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo Version: $VERSION
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "paradigma"
version = "0.1.3"
version = "0.1.4"
description = "Digital Biomarkers for Parkinson's Disease Toolbox"
authors = ["Radboud, eScience Center"]
license = "Apache-2.0"
Expand Down

0 comments on commit 8e3a738

Please sign in to comment.