Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 550974563
  • Loading branch information
j2kun authored and copybara-github committed Jul 25, 2023
1 parent 5123c60 commit 7950e9d
Showing 1 changed file with 2 additions and 2 deletions.
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 = "hatchling.build"

[project]
name = "jaxite"
version = "0.0.1"
version = "0.0.2"
description = 'A Homomorphic Encryption implementation (CGGI) written in JAX'
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -44,4 +44,4 @@ include = [
exclude = [
"jaxite/**/*_test.py",
"jaxite/**/test_util.py",
]
]

0 comments on commit 7950e9d

Please sign in to comment.