From ec78a1227706faf61d9e5803f48f14e257c314e1 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Thu, 11 May 2023 10:50:18 +1000 Subject: [PATCH] Bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2796c29..6b6d9d4 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_require_list.append('opencv-python') setup(name='patchnetvlad', - version='0.1.6', + version='0.1.7', description='Patch-NetVLAD: An open-source Python implementation of the CVPR2021 paper', long_description = long_description, long_description_content_type='text/markdown',