diff --git a/Cargo.lock b/Cargo.lock index b572b4f..720206c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1428,7 +1428,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "ontoenv" -version = "0.1.9" +version = "0.1.10-a1" dependencies = [ "anyhow", "chrono", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "ontoenv-cli" -version = "0.1.9" +version = "0.1.10-a1" dependencies = [ "anyhow", "chrono", @@ -1787,7 +1787,7 @@ dependencies = [ [[package]] name = "pyontoenv" -version = "0.1.9" +version = "0.1.10-a1" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index d29ef69..9d01827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.9" +version = "0.1.10-a1" authors = ["Gabe Fierro "] license = "BSD-3-Clause" edition = "2021" @@ -35,4 +35,4 @@ clap = { version = "4.4.18", features = ["derive"] } derive_builder = "0.13.0" oxigraph = "0.3.22" -ontoenv = { version = "0.1.9", path = "lib" } +ontoenv = { version = "0.1.10-a1", path = "lib" } diff --git a/python/pyproject.toml b/python/pyproject.toml index 64bdc49..0bd832a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,7 +18,7 @@ features = ["pyo3/extension-module"] [tool.poetry] name = "ontoenv" -version = "0.1.9" +version = "0.1.10-a1" description = "Python bindings for the OntoEnv Rust library. Manages ontology-based environments for building knowledge graphs." license = "bsd-3-clause" authors = ["Gabe Fierro "]