From 1ad7ecd6ba52eb1cbab7409187b157f832c96734 Mon Sep 17 00:00:00 2001 From: Mark Graham Date: Sat, 8 Apr 2023 14:21:30 -0600 Subject: [PATCH] bump version 0.5.9 -> 0.5.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d97e67b..252d90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "oct_converter" -version = "0.5.9" +version = "0.5.10" description = "Extract OCT and fundus data from proprietary file formats." readme = "README.md" authors = [{ name = "Mark Graham", email = "markgraham539@gmail.com" }] @@ -39,7 +39,7 @@ include = ["oct_converter*","examples"] exclude= ["my_example_volumes*"] [tool.bumpver] -current_version = "0.5.9" +current_version = "0.5.10" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true