From efddf0b05f4799e8e0f67875a858bb8fb66bdaea Mon Sep 17 00:00:00 2001 From: Kristof Van Tricht Date: Wed, 16 Oct 2024 21:20:33 +0200 Subject: [PATCH] Bump to 2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4fe70ab..683b11d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ description = "WorldCereal classification module" readme = "README.md" requires-python = ">=3.8" # dynamic = ["version"] -version = "2.0.2" +version = "2.1.0" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent",