diff --git a/pyproject.toml b/pyproject.toml index 0573dac5..a4e90a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supervision" -version = "0.15.0rc4" +version = "0.15.0" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" authors = ["Piotr Skalski "] maintainers = ["Piotr Skalski "] @@ -13,7 +13,9 @@ documentation = "https://github.com/roboflow/supervision/blob/main/README.md" keywords = ["machine-learning", "deep-learning", "vision", "ML", "DL", "AI", "YOLOv5", "YOLOv8", "Roboflow"] classifiers=[ + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', + 'Intended Audience :: Education', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', @@ -28,8 +30,7 @@ classifiers=[ "Topic :: Scientific/Engineering :: Image Recognition", 'Typing :: Typed', 'Operating System :: Microsoft :: Windows', - 'Operating System :: POSIX', - 'Operating System :: Unix', + 'Operating System :: POSIX :: Linux', 'Operating System :: MacOS' ]