Skip to content

Commit b0b5da9

Browse files
Updated versions to comply with PyPi
1 parent 2882cd5 commit b0b5da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vbr-devkit"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "Development kit for VBR SLAM dataset"
99
readme = "README.md"
1010
authors = [

python/vbr_devkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0-alpha"
1+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)