Skip to content

Commit

Permalink
release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moromimay committed Jun 3, 2020
1 parent 4339e42 commit 4c4145a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each

## Unreleased

## [0.10.1](https://github.com/quintoandar/butterfree/releases/tag/0.10.1)
### Fixed
* Fix cast to ArrayType ([#161](https://github.com/quintoandar/butterfree/pull/161))

## [0.10.0](https://github.com/quintoandar/butterfree/releases/tag/0.10.0)
### Added
* [MLOP-325] Debug Mode on Writers ([#155](https://github.com/quintoandar/butterfree/pull/155))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "quintoandar-butterfree"
__version__ = "0.10.0"
__version__ = "0.10.1"
__repository_url__ = "https://github.com/quintoandar/butterfree"

with open("requirements.txt") as f:
Expand Down

0 comments on commit 4c4145a

Please sign in to comment.