We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767a074 commit 0af7ce9Copy full SHA for 0af7ce9
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "yubihsm"
3
-version = "3.1.1"
+version = "3.1.2-dev.0"
4
description = "Library for communication with a YubiHSM 2 over HTTP or USB."
5
authors = [{ name = "Dain Nilsson", email = "<dain@yubico.com>" }]
6
readme = "README.adoc"
yubihsm/__init__.py
@@ -27,4 +27,4 @@
27
from .core import YubiHsm # noqa F401
28
29
30
-__version__ = "3.1.1"
+__version__ = "3.1.2-dev.0"
0 commit comments