Skip to content

Commit 191d97c

Browse files
authored
Update setup.py
1 parent 6b1f875 commit 191d97c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name = 'craft_hw_ocr',
55
packages = ['craft_hw_ocr'],
6-
version = '1.0',
6+
version = '1.1',
77
license='MIT',
88
description = 'Deep learning for document processing',
99
author = 'Vishnu N',
1010
author_email = '[email protected]',
1111
url = 'https://github.com/Vishnunkumar/craft_hw_ocr/',
12-
download_url ='https://github.com/Vishnunkumar/craft_hw_ocr/archive/refs/tags/v-1.0.tar.gz',
12+
download_url ='https://github.com/Vishnunkumar/craft_hw_ocr/archive/refs/tags/v-1.1.tar.gz',
1313
keywords = ['NLP', 'OCR', 'Deep learning', 'Computer Vision'],
1414
install_requires = [
1515
'transformers',
@@ -28,4 +28,4 @@
2828
'Programming Language :: Python :: 3.5',
2929
'Programming Language :: Python :: 3.6',
3030
],
31-
)
31+
)

0 commit comments

Comments
 (0)