Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Oct 11, 2021
1 parent 61917e8 commit ec2c41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
- 1.2.2
- Narrower typehints

- 1.2.1
- Refactor stratified methods on Labeled dataset
- Narrower typehints

- 1.2.0
- Added Logit Boost classifier
Expand Down
2 changes: 1 addition & 1 deletion src/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @var string
*/
const VERSION = '1.2.2';
const VERSION = '1.2.1';

/**
* A small number used in substitution of 0.
Expand Down

0 comments on commit ec2c41c

Please sign in to comment.