Skip to content

Commit

Permalink
build: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Mar 19, 2021
1 parent fcfe92c commit e6378a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(file_name):

setup(
name='nkocr',
version='1.8.1',
version='2.0.0',
description='This is a module to make specifics OCRs \
at food products and nutricional tables.',
url='https://github.com/Lucs1590/Nkocr',
Expand Down
2 changes: 1 addition & 1 deletion src/ocr_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from PIL import Image

import src.auxiliary as aux
import auxiliary as aux


class OcrProduct:
Expand Down
2 changes: 1 addition & 1 deletion src/ocr_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from PIL import Image

import src.auxiliary as aux
import auxiliary as aux


class OcrTable:
Expand Down

0 comments on commit e6378a0

Please sign in to comment.