diff --git a/prefixmap/Cargo.toml b/prefixmap/Cargo.toml index 7e6d6fa6..4f7c9be4 100644 --- a/prefixmap/Cargo.toml +++ b/prefixmap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prefixmap" -version = "0.1.52" +version = "0.1.53" authors.workspace = true description.workspace = true documentation = "https://docs.rs/prefixmap" diff --git a/python/Cargo.toml b/python/Cargo.toml index ced1b7a3..4b9bdef6 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyrudof" -version = "0.1.52" +version = "0.1.53" documentation = "https://rudof-project.github.io/rudof/" readme = "README.md" license.workspace = true diff --git a/rudof_cli/Cargo.toml b/rudof_cli/Cargo.toml index 88e351f9..3768de1e 100755 --- a/rudof_cli/Cargo.toml +++ b/rudof_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rudof_cli" -version = "0.1.52" +version = "0.1.53" authors.workspace = true description.workspace = true documentation = "https://rudof-project.github.io/rudof" diff --git a/rudof_lib/Cargo.toml b/rudof_lib/Cargo.toml index f9840d16..6a9055e2 100644 --- a/rudof_lib/Cargo.toml +++ b/rudof_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rudof_lib" -version = "0.1.52" +version = "0.1.53" authors.workspace = true description.workspace = true documentation = "https://docs.rs/rudof_lib" diff --git a/shacl_ast/Cargo.toml b/shacl_ast/Cargo.toml index e158463c..5d970912 100644 --- a/shacl_ast/Cargo.toml +++ b/shacl_ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shacl_ast" -version = "0.1.49" +version = "0.1.53" authors.workspace = true description.workspace = true documentation = "https://docs.rs/shacl_ast" diff --git a/shapemap/Cargo.toml b/shapemap/Cargo.toml index 92f3e1e5..849b667c 100644 --- a/shapemap/Cargo.toml +++ b/shapemap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shapemap" -version = "0.1.49" +version = "0.1.53" authors.workspace = true description.workspace = true documentation = "https://docs.rs/shapemap" diff --git a/sparql_service/Cargo.toml b/sparql_service/Cargo.toml index 27142934..06004b47 100755 --- a/sparql_service/Cargo.toml +++ b/sparql_service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparql_service" -version = "0.1.52" +version = "0.1.53" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/srdf/Cargo.toml b/srdf/Cargo.toml index 506c8357..854b79f5 100644 --- a/srdf/Cargo.toml +++ b/srdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srdf" -version = "0.1.52" +version = "0.1.53" authors.workspace = true description.workspace = true documentation = "https://docs.rs/srdf"