Skip to content

Commit

Permalink
Prep for v0.2.1 release (#38)
Browse files Browse the repository at this point in the history
* Prep for v0.2.1 release

* Update README.md
  • Loading branch information
Qubitium authored Nov 29, 2024
1 parent b96cd33 commit fed3565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Self-contained Python lib with zero-dependencies that give you a unified `device
<a href="https://github.com/ModelCloud/Device-SMI/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/device-smi" alt="License"></a>
</p>

## News
* 11/29/2024 [0.2.1](https://github.com/ModelCloud/Device-SMI/releases/tag/v0.2.1) Add `pcie.`[`gen`, `speed`, `id`] + [`firmware`, `driver`] properties to `GPU` device.

## Features

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "0.2.0"
__version__ = "0.2.1"

setup(
name="device-smi",
Expand Down

0 comments on commit fed3565

Please sign in to comment.