Skip to content

Commit e0a8dce

Browse files
authored
chore: bump up version of python helpers (#73)
1 parent a7fabc6 commit e0a8dce

File tree

2 files changed

+43
-42
lines changed

2 files changed

+43
-42
lines changed

poetry.lock

Lines changed: 41 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nada-numpy"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Nada-Numpy is a Python library designed for algebraic operations on NumPy-like array objects on top of Nada DSL and Nillion Network."
55
authors = ["José Cabrero-Holgueras <jose.cabrero@nillion.com>"]
66
readme = "README.md"
@@ -10,7 +10,7 @@ python = "^3.10"
1010
numpy = "^1.26.4"
1111
nada-dsl = "^0.6.0"
1212
py-nillion-client = "^0.6.0"
13-
nillion-python-helpers = "^0.2.3"
13+
nillion-python-helpers = "^0.3.0"
1414
black = {version="24.8.0", optional=true}
1515
isort = {version="^5.13.2", optional=true}
1616
scikit-learn = {version="^1.5.1", optional=true}

0 commit comments

Comments
 (0)