Skip to content

Commit

Permalink
Update setup.py (#15)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update setup.py
  • Loading branch information
Qubitium authored Nov 19, 2024
1 parent 5976ab6 commit aced0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup, find_packages

__version__ = "0.0.1-dev"
__version__ = "0.0.1"

setup(
name="device-smi",
version=__version__,
author="ModelCloud",
author_email="[email protected]",
description="Device-SMI is designed to retrieve system information about devices.",
description="Retrieve gpu, cpu, and npu device info and properties from Linux/MacOS with zero package dependency.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/ModelCloud/Device-SMI/",
Expand Down

0 comments on commit aced0b7

Please sign in to comment.