Skip to content

Commit

Permalink
bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 30, 2023
1 parent 89373cf commit 465cb2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,11 @@ The deployment of new releases is done automatically by a GitHub Action workflow

1. Make sure the `PYPI_TOKEN` secret has been defined in the GitHub repository (in Settings > Secrets > Actions). You can get an API token from PyPI at [pypi.org/manage/account](https://pypi.org/manage/account).
2. Increment the `version` number in the `pyproject.toml` file in the root folder of the repository.

```bash
hatch version fix
```

3. Create a new release on GitHub, which will automatically trigger the publish workflow, and publish the new release to PyPI.

You can also manually trigger the workflow from the Actions tab in your GitHub repository webpage.
Expand Down
2 changes: 1 addition & 1 deletion src/trapi_predict_kit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
get_run_metadata,
)

__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit 465cb2d

Please sign in to comment.