From bb13974ba0bd3a15778aee427e578420e18d7557 Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin Date: Mon, 3 Jan 2022 10:14:08 +0100 Subject: [PATCH] Bump to v0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e78a1ebf..7cb54587 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def build_extension(self, ext): setup( name='pycolmap', - version='0.0.2', + version='0.0.3', author='Mihai Dusmanu', author_email='mihai.dusmanu@inf.ethz.ch', description='COLMAP bindings',