We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6c016 commit 3f4b838Copy full SHA for 3f4b838
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.2.1
3
commit = True
4
tag = True
5
pydpu/__init__.py
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2022 Dell Inc, or its subsidiaries.
-__version__ = "0.2.0"
+__version__ = "0.2.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydpu"
-version = "0.2.0"
+version = "0.2.1"
description = "Python library and cli to communicate with DPUs and IPUs"
authors = ["OPI Dev <opi-dev@lists.opiproject.org>"]
6
license = "Apache-2.0"
0 commit comments