diff --git a/NEWS b/NEWS index da4e54a..acbfa81 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ ## Changelog +### 1.0.1 + +Bump DuckDuckGo library minimum version; older releases stopped working. + + ### 1.0.0 First release of `sopel-search`. diff --git a/pyproject.toml b/pyproject.toml index 4cbced2..aefe52b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" } [project] name = "sopel-search" -version = "1.0.0" +version = "1.0.1" description = "Search plugin for Sopel IRC bots" authors = [ @@ -42,7 +42,7 @@ keywords = [ requires-python = ">=3.8, <4" dependencies = [ "sopel>=8.0", - "duckduckgo-search~=6.2", + "duckduckgo-search~=6.3", ] [project.optional-dependencies]