From 31e3974bd1e353f967ee8f70ca1eba3af386fa69 Mon Sep 17 00:00:00 2001 From: gnikit Date: Wed, 10 Jan 2024 09:42:36 +0000 Subject: [PATCH] build: bump pyproject toml to v0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f8f4db..00eb779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "fpm" -version = "0.9.0" +version = "0.10.0" license = { text = "MIT License" } authors = [{ name = "fpm maintainers" }] requires-python = ">=3.7"