diff --git a/Cargo.toml b/Cargo.toml index a42da5d..15ed360 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.12.1" +version = "0.13" [profile.release] codegen-units = 1 diff --git a/Readme.md b/Readme.md index 2fb3b03..69229c7 100644 --- a/Readme.md +++ b/Readme.md @@ -54,15 +54,13 @@ Symbolica can be installed for Python >3.5 using `pip`: pip install symbolica ``` -The installation may take some time on Mac OS and Windows, as it may have to compile Symbolica. - ## Rust If you want to use Symbolica as a library in Rust, simply include it in the `Cargo.toml`: ```toml [dependencies] -symbolica = "0.12" +symbolica = "0.13" ``` # Examples diff --git a/pyproject.toml b/pyproject.toml index d630bba..85f182f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["math", "algebra", "polynomial", "expression", "manipulation"] license = {file = "License.md"} name = "symbolica" readme = "Readme.md" -version = "0.12.1" +version = "0.13" classifiers = [ "Development Status :: 4 - Beta",