Skip to content

Commit

Permalink
Update version to 0.33.0 (#966)
Browse files Browse the repository at this point in the history
Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Benjamin Zaitlen (https://github.com/quasiben)

URL: #966
  • Loading branch information
pentschev authored Jun 13, 2023
1 parent fbf135c commit 869c3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion ucp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 869c3f6

Please sign in to comment.