Skip to content

Commit

Permalink
bump: version 1.2.2 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2021
1 parent 63636cc commit 391b29b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.0 (2021-11-04)

### Feat

- add argument to keep downloaded file

## 1.2.2 (2021-11-04)

### 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.

## Installation
```sh
pip install nntm==1.2.2
pip install nntm==1.3.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.2.2"
version = "1.3.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.2.2"
__version__ = "1.3.0"

__all__ = [
"datasets",
Expand Down

0 comments on commit 391b29b

Please sign in to comment.