Skip to content

Commit

Permalink
update: version to 0.0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Mar 22, 2021
1 parent 8b738d3 commit 191adac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.64] - 2021-03-22

### Added

- Added `callback` param in `fit` method for `nn`
Expand Down Expand Up @@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- VIF independent statsmodels.


[unreleased]: https://github.com/amphibian-dev/toad/compare/0.0.62...HEAD
[unreleased]: https://github.com/amphibian-dev/toad/compare/0.0.64...HEAD
[0.0.64]: https://github.com/amphibian-dev/toad/compare/0.0.62...0.0.64
[0.0.62]: https://github.com/amphibian-dev/toad/compare/0.0.61...0.0.62
[0.0.61]: https://github.com/amphibian-dev/toad/compare/0.0.60...0.0.61
[0.0.60]: https://github.com/amphibian-dev/toad/compare/0.0.59...0.0.60
Expand Down
2 changes: 1 addition & 1 deletion toad/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 0, 64, 'beta', 0)
__version_info__ = (0, 0, 64, 'final', 0)

def get_version(version):
main = '.'.join(str(x) for x in version[:3])
Expand Down

0 comments on commit 191adac

Please sign in to comment.