Skip to content

Commit 68f2adc

Browse files
committed
Release 0.14
Refs #75, #76, #77
1 parent 81005c4 commit 68f2adc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "datasette-auth-github"
7-
version = "0.14.0"
7+
version = "0.14"
88
description = "Datasette plugin and ASGI middleware that authenticates users against GitHub"
99
readme = "README.md"
1010
authors = [{name = "Simon Willison"}]
1111
license = "Apache-2.0"
1212
requires-python = ">=3.10"
1313
dependencies = [
14-
"datasette>=1.0a14",
14+
"datasette"
1515
]
1616

1717
[project.urls]

0 commit comments

Comments
 (0)