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 13f9a59 commit 22d791aCopy full SHA for 22d791a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "passwordless"
3
-version = "0.1.1"
+version = "1.0"
4
description = "Passwordless.dev Python SDK"
5
authors = [
6
"Bitwarden <hello@bitwarden.com>"
@@ -11,12 +11,13 @@ maintainers = [
11
readme = "README.md"
12
license = "Apache-2.0"
13
classifiers = [
14
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
15
"Programming Language :: Python :: 3",
16
"Intended Audience :: Developers",
17
"Topic :: Internet :: WWW/HTTP",
18
"Topic :: Security",
19
"Topic :: Software Development :: Libraries",
20
+ "Topic :: Communications :: FIDO",
21
"License :: OSI Approved :: Apache Software License"
22
]
23
keywords = ["passwordless", "bitwarden"]
0 commit comments