From 2f3fc7dea11736c6b851f0cf5f3a139386ad39db Mon Sep 17 00:00:00 2001 From: InterpretML <50031429+interpret-ml@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:37:10 -0800 Subject: [PATCH] Bump to v0.0.7 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02eee53..2ec625e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the versioning is mostly derived from [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.7] - 2020-12-15 +### Fixed +- Fix around alias re-assignment. + ## [v0.0.6] - 2020-12-11 ### Added - Added support for ragged numpy arrays. @@ -17,6 +21,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o ### Added - Initial public release. +[v0.0.7]: https://github.com/interpretml/slicer/releases/tag/v0.0.7 [v0.0.6]: https://github.com/interpretml/slicer/releases/tag/v0.0.6 [v0.0.5]: https://github.com/interpretml/slicer/releases/tag/v0.0.5 [v0.0.4]: https://github.com/interpretml/slicer/releases/tag/v0.0.4 \ No newline at end of file diff --git a/setup.py b/setup.py index e849f43..57218a9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="slicer", - version="0.0.6", + version="0.0.7", author="InterpretML", author_email="interpret@microsoft.com", description="A small package for big slicing.",