Skip to content

Commit

Permalink
v.0.1.7 tested with python <= 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nadermx committed Jul 30, 2021
1 parent b8d11ef commit 438c43b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ by [BackgroundRemover.app](https://backgroundremover.app) which is an app made b

### Requirements

* python 3.6 (only one tested so far but may work for < 3.6)
* python3.6-dev
* python <= 3.6
* python3.6-dev #or what ever version of python you using
* torch and torchvision stable version (https://pytorch.org)

* ffmpeg 4.4+
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="backgroundremover",
version="0.1.6",
version="0.1.7",
description="Background remover from image and video",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/backgroundremover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
A library to remove background from videos and images
"""

__version__ = "0.1.6"
__version__ = "0.1.7"
__author__ = 'Johnathan Nader'
__credits__ = 'BackgroundRemover.app'

0 comments on commit 438c43b

Please sign in to comment.