From d40d0358a501d6dc84dbfe942854c82d4182c152 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Fri, 8 Mar 2024 23:12:25 -0800 Subject: [PATCH] v0.0.8 release --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 57218a9..72b3ec9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="slicer", - version="0.0.7", + version="0.0.8", author="InterpretML", author_email="interpret@microsoft.com", description="A small package for big slicing.", @@ -14,9 +14,11 @@ url="https://github.com/interpretml/slicer", packages=setuptools.find_packages(), classifiers=[ - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "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", "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",