Skip to content

Commit 0f90f44

Browse files
committed
Release Symbolica 0.15.0
1 parent 8a4a909 commit 0f90f44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "symbolica"
1010
readme = "Readme.md"
1111
repository = "https://github.com/benruijl/symbolica"
1212
rust-version = "1.73"
13-
version = "0.14.0"
13+
version = "0.15.0"
1414

1515
[profile.release]
1616
codegen-units = 1

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you want to use Symbolica as a library in Rust, simply include it in the `Car
6060

6161
```toml
6262
[dependencies]
63-
symbolica = "0.14"
63+
symbolica = "0.15"
6464
```
6565

6666
# Examples

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["math", "algebra", "polynomial", "expression", "manipulation"]
1313
license = {file = "License.md"}
1414
name = "symbolica"
1515
readme = "Readme.md"
16-
version = "0.14.0"
16+
version = "0.15.0"
1717

1818
classifiers = [
1919
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)