Skip to content

Commit

Permalink
PROD update to v2.0.0 for pip release (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Jan 17, 2018
1 parent 02b8a89 commit 3408810
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - unreleased
## [2.0.0] - 2018-01-17

### Added

- Added a `transform_layer_index` keyword and `transform` method to the
MLPClassifier and MLPRegressor to extract features from a hidden layer (#62).

### Changed

Expand Down
2 changes: 1 addition & 1 deletion muffnn/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Note that this file will be executed by setup.py.
__version__ = '1.2.0'
__version__ = '2.0.0'

0 comments on commit 3408810

Please sign in to comment.