From 42d0485ab3588321a4026b444384a1fda8693678 Mon Sep 17 00:00:00 2001 From: maxall41 Date: Fri, 12 Apr 2024 09:52:00 -0700 Subject: [PATCH] Update README --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fb0e3c..4dfba4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-sasa" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "RustSASA is a Rust library for computing the absolute solvent accessible surface area (ASA/SASA) of each atom in a given protein structure using the Shrake-Rupley algorithm." readme = "README.md"