Skip to content

Commit 537eaf3

Browse files
Prepare for a patch version. (#421)
We got some fixes yesterday to test on Colab. Doing a patch release to re-test before the final release. Signed-off-by: Mihai Maruseac <[email protected]>
1 parent bab35e2 commit 537eaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model_signing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from model_signing import verifying
2727

2828

29-
__version__ = "0.3.0"
29+
__version__ = "0.3.1"
3030

3131

3232
__all__ = ["hashing", "signing", "verifying"]

0 commit comments

Comments
 (0)