We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b1ca5 commit ae5cdbfCopy full SHA for ae5cdbf
.github/workflows/release.yml
@@ -207,5 +207,6 @@ jobs:
207
files: |
208
output/gprofiler_x86_64
209
output/gprofiler_aarch64
210
+ output/gprofiler
211
env:
212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
gprofiler/__init__.py
@@ -2,4 +2,4 @@
2
# Copyright (c) Granulate. All rights reserved.
3
# Licensed under the AGPL3 License. See LICENSE.md in the project root for license information.
4
#
5
-__version__ = "1.2.7"
+__version__ = "1.2.8"
0 commit comments