diff --git a/Cargo.toml b/Cargo.toml index babff1a1..877d99fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "symbolica" readme = "Readme.md" repository = "https://github.com/benruijl/symbolica" rust-version = "1.73" -version = "0.5.0" +version = "0.6.0" [profile.release] codegen-units = 1 diff --git a/Readme.md b/Readme.md index 85dfacfb..a1c943e8 100644 --- a/Readme.md +++ b/Readme.md @@ -62,7 +62,7 @@ If you want to use Symbolica as a library in Rust, simply include it in the `Car ```toml [dependencies] -symbolica = "0.5" +symbolica = "0.6" ``` # Examples diff --git a/pyproject.toml b/pyproject.toml index d62a2d5f..29d300b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["math", "algebra", "polynomial", "expression", "manipulation"] license = {file = "License.md"} name = "symbolica" readme = "Readme.md" -version = "0.5.0" +version = "0.6.0" classifiers = [ "Development Status :: 3 - Alpha",