Skip to content

Commit

Permalink
feat: fixing version numbers (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcabrero authored Jun 25, 2024
1 parent 96385e7 commit 342a411
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 30 deletions.
106 changes: 77 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nada-numpy"
version = "0.1.2"
version = "0.1.3"
description = "Nada-Numpy is a Python library designed for algebraic operations on NumPy-like array objects on top of Nada DSL and Nillion Network."
authors = ["José Cabrero-Holgueras <jose.cabrero@nillion.com>"]
readme = "README.md"
Expand All @@ -10,6 +10,7 @@ python = "^3.10"
numpy = "^1.26.4"
nada-dsl = "^0.2.1"
py-nillion-client = "^0.2.1"
nillion-python-helpers = "~0.1" # Works for any 0.1.x version


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 342a411

Please sign in to comment.