From ac43a01021a9c639eee7ac85195404554efe9815 Mon Sep 17 00:00:00 2001 From: Emanuele Giacomini Date: Wed, 17 Apr 2024 14:42:51 +0200 Subject: [PATCH] Changed version for new release --- python/pyproject.toml | 2 +- python/vbr_devkit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c0c9a4f..0c9e614 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "vbr-devkit" -version = "0.0.2" +version = "0.0.3" description = "Development kit for VBR SLAM dataset" readme = "README.md" authors = [ diff --git a/python/vbr_devkit/__init__.py b/python/vbr_devkit/__init__.py index a0235ce..27fdca4 100644 --- a/python/vbr_devkit/__init__.py +++ b/python/vbr_devkit/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" \ No newline at end of file +__version__ = "0.0.3"