Skip to content

Commit

Permalink
Bump version for 3.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Aug 16, 2024
1 parent 5e36f1f commit e71761c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yubihsm"
version = "3.0.1.dev0"
version = "3.1.0"
description = "Library for communication with a YubiHSM 2 over HTTP or USB."
authors = ["Dain Nilsson <[email protected]>"]
license = "APACHE-2.0"
Expand Down
2 changes: 1 addition & 1 deletion yubihsm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
from .core import YubiHsm # noqa F401


__version__ = "3.0.1.dev0"
__version__ = "3.1.0"

0 comments on commit e71761c

Please sign in to comment.