Skip to content

Commit 500c6f3

Browse files
committed
Update pyproject.toml to fix improper classifer
1 parent 358b9ed commit 500c6f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "comfy-kitchen"
11-
version = "0.1.0"
11+
version = "1.0.0"
1212
description = "Fast Kernel Library for ComfyUI with multiple compute backends"
1313
readme = "README.md"
1414
requires-python = ">=3.12"
@@ -18,7 +18,6 @@ classifiers = [
1818
"Development Status :: 3 - Alpha",
1919
"Programming Language :: Python :: 3",
2020
"Programming Language :: C++",
21-
"Programming Language :: CUDA",
2221
"License :: OSI Approved :: Apache Software License",
2322
]
2423
dependencies = [

0 commit comments

Comments
 (0)