Skip to content

Commit

Permalink
Release final v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed May 8, 2024
1 parent a155d73 commit 82157d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "streamtracer"
version = "2.1.0-rc.2"
# rc versions in rust landhave the format x.y.z-rc.q
version = "2.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Physics",
]
version = "2.1.0.rc2"
version = "2.1.0"
dependencies = [
"numpy>=1.23",
"packaging>=21.3",
Expand Down

0 comments on commit 82157d3

Please sign in to comment.