From d862420706551e414d62846add18f7a9f0e14e46 Mon Sep 17 00:00:00 2001 From: Steven Yang <95634422+G8LD@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:22:05 +0100 Subject: [PATCH] feat: increment version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af68b1f..eb4bf6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uniride-sme" -version = "2.0.1" +version = "4.0.0" description = "Backend of UniRide" authors = [ {name = "Gregoire FAURE"}, @@ -75,4 +75,4 @@ disable=[] [tool.bandit] targets = ["app"] -exclude_dirs = [] \ No newline at end of file +exclude_dirs = []