Skip to content

Commit a6b3db7

Browse files
authored
Release 1.0.1 - DDG library bump
1 parent cd9166e commit a6b3db7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 1.0.1
4+
5+
Bump DuckDuckGo library minimum version; older releases stopped working.
6+
7+
38
### 1.0.0
49

510
First release of `sopel-search`.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" }
1414

1515
[project]
1616
name = "sopel-search"
17-
version = "1.0.0"
17+
version = "1.0.1"
1818
description = "Search plugin for Sopel IRC bots"
1919

2020
authors = [
@@ -42,7 +42,7 @@ keywords = [
4242
requires-python = ">=3.8, <4"
4343
dependencies = [
4444
"sopel>=8.0",
45-
"duckduckgo-search~=6.2",
45+
"duckduckgo-search~=6.3",
4646
]
4747

4848
[project.optional-dependencies]

0 commit comments

Comments
 (0)