Skip to content

Commit

Permalink
Bump PyPerf version + gProfiler version (#90)
Browse files Browse the repository at this point in the history
* python: Upgrade PyPerf to v1.0.5

* Bump version to 1.0.6
  • Loading branch information
Jongy authored May 26, 2021
1 parent 232285e commit 89d20b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gprofiler/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion scripts/pyperf_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
set -e

git clone --depth 1 -b v1.0.4 https://github.com/Granulate/bcc.git && cd bcc && git reset --hard 547c778743b3c2a792055b88bc800a4f5a989201
git clone --depth 1 -b v1.0.5 https://github.com/Granulate/bcc.git && cd bcc && git reset --hard a2d0ae75ce59813eb571e0019f6640d2ee539bce
mkdir build
cd build
cmake -DPYTHON_CMD=python3 -DINSTALL_CPP_EXAMPLES=y -DCMAKE_INSTALL_PREFIX=/bcc/root ..
Expand Down

0 comments on commit 89d20b5

Please sign in to comment.