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 "]