We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27a282 commit 48dca0dCopy full SHA for 48dca0d
RELEASE.adoc
@@ -21,8 +21,8 @@
21
22
* Sign the release:
23
24
- $ gpg --detach-sign -a dist/fido2-x.y.z.tar.gz
25
- $ gpg --detach-sign -a dist/fido2-x.y.z-py3-none-any.whl
+ $ gpg --detach-sign dist/fido2-x.y.z.tar.gz
+ $ gpg --detach-sign dist/fido2-x.y.z-py3-none-any.whl
26
27
* Upload the release to PyPI:
28
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "fido2"
3
-version = "2.1.0"
+version = "2.1.1-dev.0"
4
description = "FIDO2/WebAuthn library for implementing clients and servers."
5
authors = [{ name = "Dain Nilsson", email = "<dain@yubico.com>" }]
6
readme = "README.adoc"
0 commit comments