From b0b5da90711685d743641874eb49db2ba141c327 Mon Sep 17 00:00:00 2001 From: Emanuele Giacomini Date: Tue, 16 Apr 2024 14:31:29 +0200 Subject: [PATCH] Updated versions to comply with PyPi --- 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 d633280..f0b8d03 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "vbr-devkit" -version = "0.0.1" +version = "0.0.2" 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 34cd888..a0235ce 100644 --- a/python/vbr_devkit/__init__.py +++ b/python/vbr_devkit/__init__.py @@ -1 +1 @@ -__version__ = "0.0.0-alpha" \ No newline at end of file +__version__ = "0.0.2" \ No newline at end of file