From 73ed3f5f5e01e70aa72d69ba5abd64ff4ff9734c Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Thu, 5 Oct 2023 09:21:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8A=20bump=20`develop`=20version=20to?= =?UTF-8?q?=20`0.15.0`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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' ]