diff --git a/README.md b/README.md index c7afcba..f330bba 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Self-contained Python lib with zero-dependencies that give you a unified `device License

+## 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 diff --git a/setup.py b/setup.py index 9ae62a0..2ac905c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = "0.2.0" +__version__ = "0.2.1" setup( name="device-smi",