diff --git a/Cargo.toml b/Cargo.toml index ec6e1f6e..2a21e2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" keywords = ["julia", "polymers", "python", "rust"] license = "BSD-3-Clause" name = "polymers" -version = "0.3.6" +version = "0.3.7" [lib] crate-type = ["cdylib", "rlib", "staticlib"] diff --git a/Project.toml b/Project.toml index d2f0d153..f472f3f3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Polymers" uuid = "8aef037c-a721-4e8a-9d81-eb7093daef2c" authors = ["mrbuche "] -version = "0.3.6" +version = "0.3.7" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"