Skip to content

Commit

Permalink
update: version to 0.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Apr 20, 2020
1 parent 87f06f6 commit ec8649e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.60] - 2020-04-20

### Added

- Preprocess module.
Expand Down Expand Up @@ -38,5 +40,6 @@ 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.59...HEAD
[unreleased]: https://github.com/amphibian-dev/toad/compare/0.0.60...HEAD
[0.0.60]: https://github.com/amphibian-dev/toad/compare/0.0.59...0.0.60
[0.0.59]: https://github.com/amphibian-dev/toad/compare/0.0.58...0.0.59
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It provides intuitive tools for

A [basic tutorial](https://toad.readthedocs.io/en/latest/tutorial.html) is provided on readthedocs.

[中文指引](https://toad.readthedocs.io/en/dev/tutorial_chinese.html)
[中文指引](https://toad.readthedocs.io/en/latest/tutorial_chinese.html)

By the **ESC Team**

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, 60, 'beta', 0)
__version_info__ = (0, 0, 60, 'final', 0)

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

0 comments on commit ec8649e

Please sign in to comment.