Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nadermx committed Jul 18, 2023
1 parent 9f093ad commit 068ba2e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2.3"
__version__ = "0.2.4"
__author__ = 'Johnathan Nader'
__credits__ = 'BackgroundRemoverAI.com'
Binary file added dist/backgroundremover-0.2.4-py2.py3-none-any.whl
Binary file not shown.
Binary file added dist/backgroundremover-0.2.4.tar.gz
Binary file not shown.
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.2.3",
version="0.2.4",
description="Background remover from image and video using AI",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 068ba2e

Please sign in to comment.