From 66711b9b2c5f65af57f4ed15384970b4c1c3e809 Mon Sep 17 00:00:00 2001 From: Chris McComb Date: Sun, 8 Oct 2023 09:55:15 -0400 Subject: [PATCH] Bumping version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1504595..d1eff39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stop-words" -version = "0.8.1" +version = "0.8.0" authors = ["Chris McComb "] description = "Common stop words in many languages" edition = "2021"