Skip to content

Commit

Permalink
bump: version 1.4.1 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2021
1 parent 8b54c2e commit 5ee024f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.5.0 (2021-11-30)

### Feat

- add round_num attribute to datasets
- add metrics to public api

## 1.4.1 (2021-11-14)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A set of modules for the [Numerai tournament](https://numer.ai/tournament).

## Installation
```sh
pip install nntm==1.4.1
pip install nntm==1.5.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log_cli_level = "DEBUG"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.4.1"
version = "1.5.0"
version_files = [
"src/nntm/__init__.py",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/nntm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

logger = logging.getLogger(__name__)

__version__ = "1.4.1"
__version__ = "1.5.0"

__all__ = [
"datasets",
Expand Down

0 comments on commit 5ee024f

Please sign in to comment.