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 8cb0b55 commit c957d20Copy full SHA for c957d20
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
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.1.1"
+__version__ = "0.1.2"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydpu"
-version = "0.1.1"
+version = "0.1.2"
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