Skip to content

Commit 48dca0d

Browse files
committed
Bump version
1 parent d27a282 commit 48dca0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
2222
* Sign the release:
2323
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
24+
$ gpg --detach-sign dist/fido2-x.y.z.tar.gz
25+
$ gpg --detach-sign dist/fido2-x.y.z-py3-none-any.whl
2626
2727
* Upload the release to PyPI:
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fido2"
3-
version = "2.1.0"
3+
version = "2.1.1-dev.0"
44
description = "FIDO2/WebAuthn library for implementing clients and servers."
55
authors = [{ name = "Dain Nilsson", email = "<dain@yubico.com>" }]
66
readme = "README.adoc"

0 commit comments

Comments
 (0)