Skip to content

Commit 0eed480

Browse files
committed
bump to 0.4.1-a1
1 parent a1c471c commit 0eed480

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

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

1010
[workspace.package]
11-
version = "0.4.0"
11+
version = "0.4.1-a1"
1212
authors = ["Gabe Fierro <[email protected]>"]
1313
license = "BSD-3-Clause"
1414
edition = "2021"
@@ -39,10 +39,10 @@ memmap2 = "0.9"
3939
zstd = "0.13"
4040
rand = "0.9"
4141

42-
rdf5d = { version = "0.4.0", path = "rdf5d", features = ["oxigraph", "zstd"] }
42+
rdf5d = { version = "0.4.1-a1", path = "rdf5d", features = ["oxigraph", "zstd"] }
4343

44-
ontoenv = { version = "0.4.0", path = "lib" }
45-
ontoenv-cli = { version = "0.4.0", path = "cli" }
44+
ontoenv = { version = "0.4.1-a1", path = "lib" }
45+
ontoenv-cli = { version = "0.4.1-a1", path = "cli" }
4646

4747
[profile.profiling]
4848
inherits = "release"

pyontoenv-shim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyontoenv"
3-
version = "0.4.0"
3+
version = "0.4.1a1"
44
description = "Compatibility wrapper that installs the ontoenv package."
55
readme = "README.md"
66
requires-python = ">=3.11"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
requires-python = ">=3.11"
66
dynamic = ["version"]
77
dependencies = [
8-
"oxrdflib>=0.4.0",
8+
"oxrdflib>=0.4.1-a1",
99
"rdflib>=7.1.3",
1010
]
1111
authors = [

0 commit comments

Comments
 (0)