diff --git a/Cargo.lock b/Cargo.lock index cccd89e..6e98e99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1238,7 +1238,7 @@ dependencies = [ [[package]] name = "rapidstats" -version = "0.0.19" +version = "0.0.20" dependencies = [ "ndarray", "paste", diff --git a/Cargo.toml b/Cargo.toml index 118d1bb..ddb74ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapidstats" -version = "0.0.19" +version = "0.0.20" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index c731bc2..6f152e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rapidstats" -version = "0.0.19" +version = "0.0.20" description = "A library that implements fast statistical routines" license = { file = "LICENSE" } readme = "README.md"