We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2785705 commit 2bcc9f8Copy full SHA for 2bcc9f8
2 files changed
backgroundremover/__init__.py
@@ -4,6 +4,6 @@
4
A library to remove background from videos and images
5
"""
6
7
-__version__ = "0.3.5"
+__version__ = "0.3.6"
8
__author__ = 'Johnathan Nader'
9
__credits__ = 'BackgroundRemoverAI.com'
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="backgroundremover",
14
- version="0.3.5",
+ version="0.3.6",
15
description="Background remover from image and video using AI",
16
long_description=long_description,
17
long_description_content_type="text/markdown",
0 commit comments