From 6c4b4e1ea85e81202cf6d1fef7900edd04b3b709 Mon Sep 17 00:00:00 2001 From: lewisjared Date: Thu, 11 Apr 2024 05:16:27 +0000 Subject: [PATCH] bump(pre-release): version 0.2.1a12 > 0.2.1a13 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 095a00d..5902d2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # TODO: work out how to do this well (https://gitlab.com/magicc/copier-fgen-based-repository/-/issues/1) [project] name = "fgen-example" -version = "0.2.1a12" +version = "0.2.1a13" description = "Example project using fgen to wrap a simple module" readme = "README.md" authors = [{name = "Jared Lewis, email = jared.lewis@climate-resource.com"}] @@ -20,7 +20,7 @@ dependencies = [ [tool.poetry] name = "fgen-example" -version = "0.2.1a12" +version = "0.2.1a13" description = "Example project using fgen to wrap a simple module" readme = "README.md" authors = ["Jared Lewis "]