Skip to content

Commit ae5cdbf

Browse files
authored
gProfiler 1.2.8 (#221)
1 parent c4b1ca5 commit ae5cdbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,6 @@ jobs:
207207
files: |
208208
output/gprofiler_x86_64
209209
output/gprofiler_aarch64
210+
output/gprofiler
210211
env:
211212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

gprofiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Granulate. All rights reserved.
33
# Licensed under the AGPL3 License. See LICENSE.md in the project root for license information.
44
#
5-
__version__ = "1.2.7"
5+
__version__ = "1.2.8"

0 commit comments

Comments
 (0)