Skip to content

Commit 342a411

Browse files
authored
feat: fixing version numbers (#46)
1 parent 96385e7 commit 342a411

File tree

2 files changed

+79
-30
lines changed

2 files changed

+79
-30
lines changed

poetry.lock

Lines changed: 77 additions & 29 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nada-numpy"
3-
version = "0.1.2"
3+
version = "0.1.3"
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,6 +10,7 @@ python = "^3.10"
1010
numpy = "^1.26.4"
1111
nada-dsl = "^0.2.1"
1212
py-nillion-client = "^0.2.1"
13+
nillion-python-helpers = "~0.1" # Works for any 0.1.x version
1314

1415

1516
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)