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 85dfcd9 commit 9ad6a31Copy full SHA for 9ad6a31
pyproject.toml
@@ -8,6 +8,7 @@ dependencies = []
8
readme = "README.md"
9
license = "MIT"
10
requires-python = ">= 3.8"
11
+dynamic = ["version"]
12
13
keywords = [
14
'security',
src/python_usernames/__about__.py
@@ -1 +1 @@
1
-VERSION = "0.4.1"
+VERSION = "1.0.0rc0"
0 commit comments