Skip to content

Commit 2bcc9f8

Browse files
committed
bump version 0.3.6
1 parent 2785705 commit 2bcc9f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backgroundremover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
A library to remove background from videos and images
55
"""
66

7-
__version__ = "0.3.5"
7+
__version__ = "0.3.6"
88
__author__ = 'Johnathan Nader'
99
__credits__ = 'BackgroundRemoverAI.com'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="backgroundremover",
14-
version="0.3.5",
14+
version="0.3.6",
1515
description="Background remover from image and video using AI",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)