Skip to content

Commit 5ccce69

Browse files
committed
bump to 0.4.0
1 parent c97dd3a commit 5ccce69

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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-a19"
11+
version = "0.4.0"
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-a19", path = "rdf5d", features = ["oxigraph", "zstd"] }
42+
rdf5d = { version = "0.4.0", path = "rdf5d", features = ["oxigraph", "zstd"] }
4343

44-
ontoenv = { version = "0.4.0-a19", path = "lib" }
45-
ontoenv-cli = { version = "0.4.0-a19", path = "cli" }
44+
ontoenv = { version = "0.4.0", path = "lib" }
45+
ontoenv-cli = { version = "0.4.0", 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.0a19"
3+
version = "0.4.0"
44
description = "Compatibility wrapper that installs the ontoenv package."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)