Skip to content

Commit cfe900e

Browse files
committed
Relax requirements
1 parent 4cd8dd9 commit cfe900e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

fineocr/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1"
2-
__author__ = "Unknown"
1+
__version__ = "0.3"
2+
__author__ = "kfur"

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.6.2
2-
aiofiles==0.5.0
1+
aiohttp~=3.6
2+
aiofiles~=0.5

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
setuptools.setup(
55
name="fineocr",
6-
version="0.1",
6+
version="0.3",
77
url="https://github.com/kfur/fineocr",
8-
download_url='https://github.com/kfur/fineocr/archive/refs/tags/v0.1.tar.gz',
8+
download_url='https://github.com/kfur/fineocr/archive/refs/tags/v0.3.tar.gz',
99

10-
author="Denis Skovpen",
10+
author="kfur",
1111
author_email="[email protected]",
1212

1313
description="FineScanner Mobile OCR for free",

0 commit comments

Comments
 (0)