Skip to content

Commit

Permalink
Prepare for new release (#325)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mihaimaruseac authored Nov 19, 2024
1 parent 76cfac8 commit 9f59620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_signing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "0.0.2-alpha"
__version__ = "0.1.0"

0 comments on commit 9f59620

Please sign in to comment.