From 0691f5d099854f322421c3f285e0916ec564296e Mon Sep 17 00:00:00 2001 From: GitBib <15717621+GitBib@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:10:21 +0300 Subject: [PATCH] Bump version to 2.0.7. Update the package version in pyproject.toml and docs configuration file to reflect the new release. This ensures consistency between the codebase and the documentation regarding the current package version. --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8831613..4a92d83 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Sheldon Woodward & GitBib" # The full version, including alpha/beta/rc tags -release = "2.0.6" +release = "2.0.7" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e1c7628..ad23480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymkv2" -version = "2.0.6" +version = "2.0.7" description = "A Python wrapper for mkvmerge. It provides support for muxing, splitting, linking, chapters, tags, and attachments through the use of mkvmerge." authors = [ "GitBib ",