Skip to content

Commit 5b02d56

Browse files
committed
changes
1 parent e739399 commit 5b02d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
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 = '0.2',
6+
version = '0.3',
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-2.tar.gz',
12+
download_url ='https://github.com/Vishnunkumar/craft_hw_ocr/archive/refs/tags/v-3.tar.gz',
1313
keywords = ['NLP', 'OCR', 'Deep learning', 'Computer Vision'],
1414
install_requires = [
1515
'transformers',

0 commit comments

Comments
 (0)