Skip to content

Commit cb0f978

Browse files
committed
Clean up versions in pyproject.toml.
1 parent 112e409 commit cb0f978

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = ["django", "security", "passwords", "auth", "authentication"]
3535
license = {text = "BSD-3-Clause"}
3636
readme = "README.rst"
3737
requires-python = ">=3.9"
38-
version = "5.1.1"
38+
version = "5.1.2a0"
3939

4040
[dependency-groups]
4141
tests = ["nox"]
@@ -93,6 +93,3 @@ source-includes = [
9393

9494
[tool.pylint]
9595
disable = ["W1203"]
96-
97-
[tool.setuptools.dynamic]
98-
version = {attr = "pwned_passwords_django.__version__"}

0 commit comments

Comments
 (0)