Skip to content

Commit

Permalink
chore: bump mir proto version to 0.2.0rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojhl committed Jan 16, 2025
1 parent 766c9fe commit 2217e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nada_mir/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nada-mir-proto"
version = "0.1.0"
version = "0.2.0rc1"
description = "The protocol buffers representation of the Nada MIR."
requires-python = ">=3.10"
license = { text = "MIT" }
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nada_dsl"
version = "0.8.0rc1"
version = "0.8.0rc2"
description = "Nillion Nada DSL to create Nillion MPC programs."
requires-python = ">=3.10"
readme = "README.pyproject.md"
Expand All @@ -14,7 +14,7 @@ dependencies = [
"parsial~=0.1",
"sortedcontainers~=2.4",
"typing_extensions~=4.12.2",
"nada-mir-proto==0.1.0",
"nada-mir-proto==0.2.0rc1",
"types-protobuf~=5.29"
]
classifiers = ["License :: OSI Approved :: Apache Software License"]
Expand Down

0 comments on commit 2217e58

Please sign in to comment.