From e128f974389394a9ebb34bc5787ad05bbd2624ec Mon Sep 17 00:00:00 2001 From: Jose Nimo Date: Sat, 18 Oct 2025 15:01:20 +0200 Subject: [PATCH] chore: bumped to 0.7.2 --- docs/ContributionGuide.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ContributionGuide.md b/docs/ContributionGuide.md index 0ea7478..a769617 100644 --- a/docs/ContributionGuide.md +++ b/docs/ContributionGuide.md @@ -138,6 +138,8 @@ The generated HTML files will be in the `docs/_build/html` directory. You can op Once you've made your changes and are happy with them, you're ready to submit a pull request. +As of now, Jose will perform all the version bumping and releasing, do not worry about this. + Go to your github branch website and click the big green button `Compare & Pull Request` Ensure that the **pull request** is from your fork to the `main` branch of the `CosciaLab/openDVP` repository. diff --git a/pyproject.toml b/pyproject.toml index 2ee4b3f..11ebd64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openDVP" -version = "0.7.1" +version = "0.7.2" description = "open-sourced Deep Visual Proteomics toolkit" readme = "README.md" requires-python = ">=3.11, <3.13" diff --git a/uv.lock b/uv.lock index f3e12b5..d5c3c42 100644 --- a/uv.lock +++ b/uv.lock @@ -2130,7 +2130,7 @@ wheels = [ [[package]] name = "opendvp" -version = "0.7.1" +version = "0.7.2" source = { editable = "." } dependencies = [ { name = "adjusttext" },