Skip to content

Commit

Permalink
Version 0.1.2 -> 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhito00 committed Jan 2, 2022
1 parent caa07a1 commit da31ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='imread_from_url',
version='0.1.2',
version='0.1.3',
license='Apache License, Version 2.0',
description=
'Read the image from the specified URL and enable it to be handled by OpenCV',
Expand All @@ -13,6 +13,6 @@
'opencv-python>=3.4.2',
'Pillow>=6.1.0',
'requests>=2.22.0',
'fake-useragent>=0.1.11',
'fake-useragent>=0.1.11',
],
)

0 comments on commit da31ab0

Please sign in to comment.