diff --git a/Cargo.toml b/Cargo.toml index 1ddcddf..7e04b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ default-members = [ "members/libpt-math", ] [workspace.package] -publish = false +publish = true version = "0.1.7" edition = "2021" authors = ["Christoph J. Scherr "] @@ -37,7 +37,7 @@ pyo3 = "0.19" [package] name = "libpt" -publish = true +publish.workspace = true version.workspace = true edition.workspace = true authors.workspace = true