Skip to content

Commit

Permalink
bump: version 1.6.1 → 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2022
1 parent 0cec0a8 commit 3ddb339
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.2 (2022-09-11)

### Fix

- use version prefix when downloading dataset

## 1.6.1 (2022-06-19)

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

## Installation
```sh
pip install nntm==1.6.1
pip install nntm==1.6.2
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Timo Sutterer"

# The full version, including alpha/beta/rc tags
release = "1.6.1"
release = "1.6.2"


# -- General configuration ---------------------------------------------------
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.6.1"
version = "1.6.2"
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.6.1"
__version__ = "1.6.2"

__all__ = [
"datasets",
Expand Down

0 comments on commit 3ddb339

Please sign in to comment.