Skip to content

Commit

Permalink
Relax requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kfur committed Jun 16, 2021
1 parent 4cd8dd9 commit cfe900e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions fineocr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1"
__author__ = "Unknown"
__version__ = "0.3"
__author__ = "kfur"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiohttp==3.6.2
aiofiles==0.5.0
aiohttp~=3.6
aiofiles~=0.5
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

setuptools.setup(
name="fineocr",
version="0.1",
version="0.3",
url="https://github.com/kfur/fineocr",
download_url='https://github.com/kfur/fineocr/archive/refs/tags/v0.1.tar.gz',
download_url='https://github.com/kfur/fineocr/archive/refs/tags/v0.3.tar.gz',

author="Denis Skovpen",
author="kfur",
author_email="deniskovpen@gmail.com",

description="FineScanner Mobile OCR for free",
Expand Down

0 comments on commit cfe900e

Please sign in to comment.