Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Oct 8, 2024
1 parent 9e318e9 commit 23f563c
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.9"
version = "0.1.10-a1"
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.3.22"

ontoenv = { version = "0.1.9", path = "lib" }
ontoenv = { version = "0.1.10-a1", 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.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 <[email protected]>"]
Expand Down

0 comments on commit 23f563c

Please sign in to comment.