Skip to content

Commit

Permalink
Bump version, change classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Sep 3, 2024
1 parent 826ec07 commit c7f8800
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,26 @@ requires = [
[project]
description = "A library and CLI utilities for managing performance states of NVIDIA GPUs."
name = "nvidia_pstate"
version = "1.0.5"
version = "1.0.5.post1"
readme = "README.md"

authors = [
{ name = "sasha0552", email = "[email protected]" },
]

classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: System :: Hardware",
]

license = { text = "MIT" }
Expand Down

0 comments on commit c7f8800

Please sign in to comment.