From 7c237246a76c6b9dfd368c235cb089971c7218c1 Mon Sep 17 00:00:00 2001 From: Thomas Grimonet Date: Tue, 29 Aug 2023 10:34:11 +0200 Subject: [PATCH] bump: Version 0.8.1 -> 0.8.2 (#50) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66f7b2b..1fa01f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "eos_downloader" -version = "v0.8.1" +version = "v0.8.2" readme = "README.md" authors = [{ name = "Thomas Grimonet", email = "thomas.grimonet@gmail.com" }] maintainers = [ @@ -94,7 +94,7 @@ namespaces = false # Version ################################ [tool.bumpver] -current_version = "0.8.1" +current_version = "0.8.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump: Version {old_version} -> {new_version}" commit = true