From 076e9f2dd83cd4afcddcf1b5a9c49a34a4005084 Mon Sep 17 00:00:00 2001 From: Roi Agai Date: Tue, 1 Oct 2024 14:03:57 +0300 Subject: [PATCH] bump version to 1.50.0 (#930) --- gprofiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index d57fc92a3..25082fc96 100644 --- a/gprofiler/__init__.py +++ b/gprofiler/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.49.0" +__version__ = "1.50.0"