Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky committed Nov 18, 2024
1 parent 832e843 commit 024e81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minisign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Minisign
"""

__version__ = '0.11.0'
__version__ = '0.11.1'

from .exceptions import (
Error,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = minisign
version = 0.11.0
version = 0.11.1
description = minisign
url = https://github.com/x13a/py-minisign

Expand Down

0 comments on commit 024e81c

Please sign in to comment.