diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index 68cdeee4b..382021f30 100644 --- a/gprofiler/__init__.py +++ b/gprofiler/__init__.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" diff --git a/scripts/pyperf_build.sh b/scripts/pyperf_build.sh index c6ad2070e..a4c5c6136 100755 --- a/scripts/pyperf_build.sh +++ b/scripts/pyperf_build.sh @@ -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 ..