Skip to content

Commit 9ad6a31

Browse files
committed
Prepare for v1 release
1 parent 85dfcd9 commit 9ad6a31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies = []
88
readme = "README.md"
99
license = "MIT"
1010
requires-python = ">= 3.8"
11+
dynamic = ["version"]
1112

1213
keywords = [
1314
'security',

src/python_usernames/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.4.1"
1+
VERSION = "1.0.0rc0"

0 commit comments

Comments
 (0)