From c20558c013eaaaba9a42c2115845a11f418c073a Mon Sep 17 00:00:00 2001 From: Mark Graham Date: Wed, 23 Nov 2022 15:27:20 -0600 Subject: [PATCH] bump version 0.4.2 -> 0.5.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a97e137..d50057a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "oct_converter" -version = "0.4.2" +version = "0.5.0" description = "Extract OCT and fundus data from proprietary file formats." readme = "README.md" authors = [{ name = "Mark Graham", email = "markgraham539@gmail.com" }] @@ -41,7 +41,7 @@ include = ["oct_converter*","examples"] exclude= ["my_example_volumes*"] [tool.bumpver] -current_version = "0.4.2" +current_version = "0.5.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true