Skip to content

Commit c957d20

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 8cb0b55 commit c957d20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

pydpu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# Copyright (c) 2022 Dell Inc, or its subsidiaries.
3-
__version__ = "0.1.1"
3+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydpu"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Python library and cli to communicate with DPUs and IPUs"
55
authors = ["OPI Dev <opi-dev@lists.opiproject.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)