From de8b2afd1b22253ee77391a3cf8450e12dfde112 Mon Sep 17 00:00:00 2001 From: Alireza Hajebrahimi <6937697+iarata@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:07:15 +0100 Subject: [PATCH] Bump to 0.2.0 --- README.md | 13 ------------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 574cfb4..095162a 100644 --- a/README.md +++ b/README.md @@ -54,19 +54,6 @@ python -m pip install sphinx sphinx-rtd-theme sphinx-build -b html docs docs/_build/html ``` -## Release Automation - -Pushing a new version tag triggers the release workflow. The tag must match the -package version in `pyproject.toml` as either `0.1.0` or `v0.1.0`. - -The release workflow reruns tests, linting, type checks, docs builds, and -package builds before it publishes the distributions to PyPI and attaches the -same artifacts to a GitHub release. - -PyPI publishing uses GitHub Actions trusted publishing. Configure a trusted -publisher on PyPI for this repository and the `release` workflow, with the -`pypi` environment enabled in GitHub. - ## Examples ```bash diff --git a/pyproject.toml b/pyproject.toml index f657906..5e5e3b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "carp-analytics-python" -version = "0.1.0" +version = "0.2.0" description = "A high-performance Python library for processing and analysing data from CARP (Copenhagen Research Platform) clinical studies" readme = "README.md" license = "MIT"