From 847f6eaa4743769f7fffa6ab243302d259a0e58b Mon Sep 17 00:00:00 2001 From: EG264877 Date: Tue, 12 Sep 2023 10:01:02 +0200 Subject: [PATCH] build: :bookmark: Bump version number to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeea31f..9ef8838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thermal-events" -version = "0.2.0" +version = "1.0.0" description = "Python library that handles the thermal events and the interaction with the thermal events database of fusion reactors" authors = ["Leo Dubus ", "Erwan Grelier ", "Victor Moncada "] readme = "README.md"