Skip to content

Commit 516c024

Browse files
Merge pull request #120 from OVVO-Financial/release/v1.4
Bump version to 1.4.0
2 parents f7aaf09 + a77a259 commit 516c024

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NNS is built around partial moments, the lower and upper components of variance,
2323
|---|---|
2424
| Distribution package | `ovvo-nns` |
2525
| Import package | `nns` |
26-
| Current version | `1.3.0` |
26+
| Current version | `1.4.0` |
2727
| Python | `>=3.11` |
2828
| Required runtime dependencies | NumPy, SciPy |
2929
| R required at runtime | No |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ovvo-nns"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Python port of nonlinear nonparametric statistics from R NNS"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/nns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from nns.pm_matrix import pm_matrix as pm_matrix
66

7-
__version__ = "1.3.0"
7+
__version__ = "1.4.0"
88

99
_EXPORTS = {
1010
"BoostResult": ("nns.boost", "BoostResult"),

0 commit comments

Comments
 (0)