Skip to content

Commit 0a51bf7

Browse files
committed
fix: Update version to 1.1.1 and require Python 3.8 or higher
1 parent 3de7f2c commit 0a51bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ukbot"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Wikipedia writing contest bot"
99
authors = [
1010
{ name = "Dan Michael O. Heggø", email = "[email protected]" },
1111
{ name = "Jon Harald Søby", email = "[email protected]" }
1212
]
1313
license = { text = "MIT" }
1414
readme = "README.md"
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.8"
1616
keywords = ["wikipedia"]
1717
dependencies = [
1818
"Flask",

0 commit comments

Comments
 (0)