From 02296e1db88c6faceaa2baced1ce8ddce6673bb2 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@inrae.fr> Date: Mon, 20 Mar 2023 13:44:48 +0100 Subject: [PATCH] CI: set version to 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 897a3fe..9cb51dc 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ install_requires = ["requests", "pydantic", "urllib3", "tqdm"] setup( name="theia-picker", - version="0.0.3", + version="1.0.0", description="Theia picker", python_requires=">=3.8", author="Remi Cresson", -- GitLab