Skip to content

Commit

Permalink
v0.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Mar 9, 2024
1 parent 097261e commit d40d035
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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",
Expand Down

0 comments on commit d40d035

Please sign in to comment.