diff --git a/setup.py b/setup.py index 6b6d9d4..4592584 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_require_list.append('opencv-python') setup(name='patchnetvlad', - version='0.1.7', + version='0.1.8', description='Patch-NetVLAD: An open-source Python implementation of the CVPR2021 paper', long_description = long_description, long_description_content_type='text/markdown',