Skip to content

Commit 2f3fc7d

Browse files
committed
Bump to v0.0.7
1 parent ac49e97 commit 2f3fc7d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and the versioning is mostly derived from [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.0.7] - 2020-12-15
8+
### Fixed
9+
- Fix around alias re-assignment.
10+
711
## [v0.0.6] - 2020-12-11
812
### Added
913
- Added support for ragged numpy arrays.
@@ -17,6 +21,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
1721
### Added
1822
- Initial public release.
1923

24+
[v0.0.7]: https://github.com/interpretml/slicer/releases/tag/v0.0.7
2025
[v0.0.6]: https://github.com/interpretml/slicer/releases/tag/v0.0.6
2126
[v0.0.5]: https://github.com/interpretml/slicer/releases/tag/v0.0.5
2227
[v0.0.4]: https://github.com/interpretml/slicer/releases/tag/v0.0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="slicer",
8-
version="0.0.6",
8+
version="0.0.7",
99
author="InterpretML",
1010
author_email="interpret@microsoft.com",
1111
description="A small package for big slicing.",

0 commit comments

Comments
 (0)