Skip to content

Commit 22d791a

Browse files
author
Jonas Hendrickx
authored
Increment version to 1.0 (#37)
1 parent 13f9a59 commit 22d791a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "passwordless"
3-
version = "0.1.1"
3+
version = "1.0"
44
description = "Passwordless.dev Python SDK"
55
authors = [
66
"Bitwarden <hello@bitwarden.com>"
@@ -11,12 +11,13 @@ maintainers = [
1111
readme = "README.md"
1212
license = "Apache-2.0"
1313
classifiers = [
14-
"Development Status :: 4 - Beta",
14+
"Development Status :: 5 - Production/Stable",
1515
"Programming Language :: Python :: 3",
1616
"Intended Audience :: Developers",
1717
"Topic :: Internet :: WWW/HTTP",
1818
"Topic :: Security",
1919
"Topic :: Software Development :: Libraries",
20+
"Topic :: Communications :: FIDO",
2021
"License :: OSI Approved :: Apache Software License"
2122
]
2223
keywords = ["passwordless", "bitwarden"]

0 commit comments

Comments
 (0)