Skip to content

Commit

Permalink
bump to 0.1.10a3
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Dec 19, 2024
1 parent c2eba5f commit 3661e46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.10-a2"
version = "0.1.10-a3"
authors = ["Gabe Fierro <[email protected]>"]
license = "BSD-3-Clause"
edition = "2021"
Expand Down Expand Up @@ -35,4 +35,4 @@ clap = { version = "4.4.18", features = ["derive"] }
derive_builder = "0.13.0"
oxigraph = "0.4.4"

ontoenv = { version = "0.1.10-a2", path = "lib" }
ontoenv = { version = "0.1.10-a3", path = "lib" }
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features = ["pyo3/extension-module"]

[tool.poetry]
name = "ontoenv"
version = "0.1.10a2"
version = "0.1.10a3"
description = "Python bindings for the OntoEnv Rust library. Manages ontology-based environments for building knowledge graphs."
license = "bsd-3-clause"
authors = ["Gabe Fierro <[email protected]>"]
Expand Down

0 comments on commit 3661e46

Please sign in to comment.