diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e48a46..0faf21cf 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [1.8.0dev] - 2025-XX-XX : +## [1.8.0] - 2025-27-02 : ### Credits diff --git a/README.md b/README.md index 1f69a200..4cb1e916 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ $ relecov-tools --help \ \ / |__ / |__ | |___ | | | \ / / / \ | \ | | | | | | \ / / |--| | \ |___ |___ |___ |___ |___| \/ -RELECOV-tools version 1.7.4 +RELECOV-tools version 1.8.0 Usage: relecov-tools [OPTIONS] COMMAND [ARGS]... Options: diff --git a/pyproject.toml b/pyproject.toml index f01a6b86..e39c6f28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "relecov-tools" -version = "1.7.4" +version = "1.8.0" description = "Tools for managing and proccessing relecov network data." readme = "README.md" requires-python = ">=3.10" diff --git a/relecov_tools/__main__.py b/relecov_tools/__main__.py index 6d21502f..01d5f3cb 100755 --- a/relecov_tools/__main__.py +++ b/relecov_tools/__main__.py @@ -39,7 +39,7 @@ stderr=True, force_terminal=relecov_tools.utils.rich_force_colors() ) -__version__ = "1.7.4" +__version__ = "1.8.0" # IMPORTANT: When defining a Click command function in this script, # you MUST include both 'ctx' (for @click.pass_context) and ALL the parameters