We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28438f3 commit ca6816bCopy full SHA for ca6816b
2 files changed
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
python-version: 3.7
22
- name: Check Version
23
- run: test ${{ github.event.release.tag_name }} = python -c "import scorep._version; print(scorep._version.__version__)"
+ run: test ${{ github.event.release.tag_name }} = python -c "import scorep._version; print('v'+scorep._version.__version__)"
24
- name: Install system dependencies
25
run: sudo apt install gcc-7-plugin-dev libopenmpi-dev openmpi-bin
26
- name: Install dependencies
scorep/_version.py
@@ -1 +1 @@
1
-__version__ = "3.1.2"
+__version__ = "3.1.3"
0 commit comments