From 389115610b811a80b817563e7453f344f07f6027 Mon Sep 17 00:00:00 2001 From: Leonardo Brizi Date: Wed, 5 Jun 2024 17:20:21 +0200 Subject: [PATCH] update version --- python/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index f0157f1..aff6ad1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,11 +4,12 @@ build-backend = "hatchling.build" [project] name = "vbr-devkit" -version = "0.0.4" +version = "0.0.5" description = "Development kit for VBR SLAM dataset" readme = "README.md" authors = [ { name = "Emanuele Giacomini", email = "giacomini@diag.uniroma1.it" }, + { name = "Leonardo Brizi", email = "brizi@diag.uniroma1.it" }, ] requires-python = ">=3.8"