Skip to content

Commit e758678

Browse files
authored
Update setup.py
1 parent 07ef542 commit e758678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
long_description_content_type="text/markdown",
1313
name = 'DeepImageSearch',
1414
packages = ['DeepImageSearch'],
15-
version = '1.0',
15+
version = '1.1',
1616
license='MIT',
1717
description = 'Deep Image Search is an AI-based image search engine that includes deep transfor learning features Extraction and tree-based vectorized search.',
1818
long_description=README,
1919
author = 'Nilesh Verma',
2020
author_email = 'me@nileshverma.com',
2121
url = 'https://github.com/TechyNilesh/DeepImageSearch',
22-
download_url = 'https://github.com/TechyNilesh/DeepImageSearch/archive/refs/tags/v_10.tar.gz',
22+
download_url = 'https://github.com/TechyNilesh/DeepImageSearch/archive/refs/tags/v_11.tar.gz',
2323
keywords = ['Deep Image Search Engine', 'AI Image search', 'Image Search Python'],
2424
install_requires=[
2525
'annoy',

0 commit comments

Comments
 (0)