diff --git a/Cargo.lock b/Cargo.lock index 642560c..19f7f63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,7 +982,7 @@ dependencies = [ [[package]] name = "test-maturin-cedar" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cedar-policy", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 4470bf3..4aa3583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-maturin-cedar" -version = "0.1.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index 7428e21..2b68b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -version = "0.1.1" +version = "0.1.2" description = "cedar-policy bindings" authors = [ {name = "Naoya Yamashita", email = "conao3@gmail.com"},