From 869c3f6cb7797d00b3862d4790851c33daad25d2 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 13 Jun 2023 17:51:55 +0200 Subject: [PATCH] Update version to 0.33.0 (#966) Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Ray Douglass (https://github.com/raydouglass) - Benjamin Zaitlen (https://github.com/quasiben) URL: https://github.com/rapidsai/ucx-py/pull/966 --- pyproject.toml | 2 +- ucp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e12acc2f5..c4b599f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires = [ [project] name = "ucx-py" -version = "0.32.0" +version = "0.33.0" description = "Python Bindings for the Unified Communication X library (UCX)" readme = { file = "README.md", content-type = "text/markdown" } authors = [ diff --git a/ucp/__init__.py b/ucp/__init__.py index 0547d1eca..154af2fee 100644 --- a/ucp/__init__.py +++ b/ucp/__init__.py @@ -85,7 +85,7 @@ def _is_mig_device(handle): os.environ["UCX_MAX_RNDV_RAILS"] = "1" -__version__ = "0.32.0" +__version__ = "0.33.0" __ucx_version__ = "%d.%d.%d" % get_ucx_version() if get_ucx_version() < (1, 11, 1):