We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de7f2c commit 0a51bf7Copy full SHA for 0a51bf7
pyproject.toml
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ukbot"
7
-version = "1.1.0"
+version = "1.1.1"
8
description = "Wikipedia writing contest bot"
9
authors = [
10
{ name = "Dan Michael O. Heggø", email = "danmichaelo@gmail.com" },
11
{ name = "Jon Harald Søby", email = "jhsoby@wikimedia.no" }
12
]
13
license = { text = "MIT" }
14
readme = "README.md"
15
-requires-python = ">=3.7"
+requires-python = ">=3.8"
16
keywords = ["wikipedia"]
17
dependencies = [
18
"Flask",
0 commit comments