Skip to content

Commit

Permalink
Bump to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
interpret-ml committed Dec 16, 2020
1 parent ac49e97 commit 2f3fc7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion 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.6",
version="0.0.7",
author="InterpretML",
author_email="interpret@microsoft.com",
description="A small package for big slicing.",
Expand Down

0 comments on commit 2f3fc7d

Please sign in to comment.