From f40f99eeea7e048fe21086585c839ae9858e5270 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Fri, 16 Jun 2023 15:36:52 +0200 Subject: [PATCH] add semantic versionning --- README.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f920513..c40f9c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# La Chariotte +# La Chariotte | 0.1.1 ## Présentation + + La Chariotte est une application web sous licence libre Affero GPL, développée et maintenue par [Hashbang](https://hashbang.fr/). ## Contribuer diff --git a/pyproject.toml b/pyproject.toml index 211d44f..7448df1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "la_chariotte" -version = "0.0.1" +version = "0.1.1" description = "Web application for organising grouped orders" authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}] readme = "readMe.md"