From a7c5a0670deceeaaa837424c530ebf0d5d6945db Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Fri, 9 Jun 2023 14:19:52 +0200 Subject: [PATCH] add semantic versionning --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47bd9be..9d65fe6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# La Chariotte | 0.2.0 +# La Chariotte | 1.1.1 ## Présentation diff --git a/pyproject.toml b/pyproject.toml index d6af1d6..a9685ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "la_chariotte" -version = "0.2.0" +version = "1.1.1" description = "Web application for organising grouped orders" authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}] readme = "readMe.md"