Skip to content

Commit 9f59620

Browse files
Prepare for new release (#325)
Now that we have a high level API (still experimental), we can do a release to test it via notebooks and integrations. Generated the new version number via `hatch version minor`. We no longer have an `-alpha` suffix as we are getting an API in shape. Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 76cfac8 commit 9f59620

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
@@ -14,4 +14,4 @@
1414

1515
"""For the stable high-level API, see model_signing.api."""
1616

17-
__version__ = "0.0.2-alpha"
17+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)