diff --git a/Cargo.toml b/Cargo.toml index 84a47f8..0b8477a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" name = "peppi" repository = "https://github.com/hohav/peppi" -version = "2.0.0-alpha.6" +version = "2.0.0" exclude = ["benches", "tests"] readme = "README.md" diff --git a/README.md b/README.md index 0a1c5a9..8406e21 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In your `Cargo.toml`: ```toml [dependencies] -peppi = "2.0.0-alpha.5" +peppi = "2.0" ``` ## Usage