Skip to content

Commit 8569483

Browse files
committed
bump to 0.1.10a7
1 parent 685e2a9 commit 8569483

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.1.10-a6"
10+
version = "0.1.10-a7"
1111
authors = ["Gabe Fierro <[email protected]>"]
1212
license = "BSD-3-Clause"
1313
edition = "2021"
@@ -35,7 +35,7 @@ clap = { version = "4.4.18", features = ["derive"] }
3535
derive_builder = "0.20"
3636
oxigraph = "0.4.4"
3737

38-
ontoenv = { version = "0.1.10-a6", path = "lib" }
38+
ontoenv = { version = "0.1.10-a7", path = "lib" }
3939

4040
[profile.profiling]
4141
inherits = "release"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features = ["pyo3/extension-module"]
1818

1919
[tool.poetry]
2020
name = "ontoenv"
21-
version = "0.1.10a6"
21+
version = "0.1.10a7"
2222
description = "Python bindings for the OntoEnv Rust library. Manages ontology-based environments for building knowledge graphs."
2323
license = "bsd-3-clause"
2424
authors = ["Gabe Fierro <[email protected]>"]

0 commit comments

Comments
 (0)