Bumnp version 0.2.9

This commit is contained in:
john 2024-12-26 11:43:05 -06:00
parent 770711e18c
commit 8385f70b62
4 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ backgroundremover
A library to remove background from videos and images
"""
__version__ = "0.2.8"
__version__ = "0.2.9"
__author__ = 'Johnathan Nader'
__credits__ = 'BackgroundRemoverAI.com'

Binary file not shown.

BIN
dist/backgroundremover-0.2.9.tar.gz vendored Normal file

Binary file not shown.

View File

@ -11,7 +11,7 @@ with open("requirements.txt") as f:
setup(
name="backgroundremover",
version="0.2.8",
version="0.2.9",
description="Background remover from image and video using AI",
long_description=long_description,
long_description_content_type="text/markdown",