From d92470d5d8d299ae8e0f0d4ba9ff60863b603966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Monz=C3=B3n?= Date: Fri, 3 Jan 2025 14:17:54 +0100 Subject: [PATCH] bump 3.0.1 version --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- taranys/__main__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7f455..6b51c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.0.1dev] - 202X-XX-XX : https://github.com/BU-ISCIII/relecov-tools/releases/tag/ +## [3.0.1] - 202X-XX-XX : https://github.com/BU-ISCIII/relecov-tools/releases/tag/ + +Same version as before for proper publish to pip. ### Credits Code contributions to the release: +Sara Monzon - [saramonzon](https://github.com/saramonzon) + ### Modules #### Added enhancements diff --git a/pyproject.toml b/pyproject.toml index 6d76ea1..cba8251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "taranys" -version = "3.0.0" +version = "3.0.1" dynamic = ["dependencies"] requires-python = ">=3.10" diff --git a/taranys/__main__.py b/taranys/__main__.py index 1789f82..4e3a137 100644 --- a/taranys/__main__.py +++ b/taranys/__main__.py @@ -67,7 +67,7 @@ def run_taranys(): ) # stderr.print("[green] `._,._,'\n", highlight=False) - __version__ = "3.0.0" + __version__ = "3.0.1" stderr.print( "\n" "[grey39] taranys version {}".format(__version__), highlight=False )