Skip to content

Commit 0af7ce9

Browse files
committed
Bump version
1 parent 767a074 commit 0af7ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yubihsm"
3-
version = "3.1.1"
3+
version = "3.1.2-dev.0"
44
description = "Library for communication with a YubiHSM 2 over HTTP or USB."
55
authors = [{ name = "Dain Nilsson", email = "<dain@yubico.com>" }]
66
readme = "README.adoc"

yubihsm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
from .core import YubiHsm # noqa F401
2828

2929

30-
__version__ = "3.1.1"
30+
__version__ = "3.1.2-dev.0"

0 commit comments

Comments
 (0)