From 192110c7b1ae25298aef2b5d85a1c32d72ef70c6 Mon Sep 17 00:00:00 2001 From: frankgerhardt Date: Fri, 2 Aug 2024 14:25:55 +0200 Subject: [PATCH] Releasing 2.0.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8ba1d6..697ec5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "amarillo-enhancer" -version = "0.0.6" +version = "2.0.0" dependencies = [ "amarillo", "amarillo-stops", @@ -9,4 +9,4 @@ dependencies = [ ] [tool.setuptools.packages] -find = {} \ No newline at end of file +find = {}