Skip to content

Commit

Permalink
bump version 0.2.5, move old dist to own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nadermx committed Aug 15, 2023
1 parent 095ad37 commit 0618e40
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backgroundremover/__init__.py
Expand Up @@ -4,6 +4,6 @@
A library to remove background from videos and images
"""

__version__ = "0.2.4"
__version__ = "0.2.5"
__author__ = 'Johnathan Nader'
__credits__ = 'BackgroundRemoverAI.com'
Binary file added dist/backgroundremover-0.2.5-py2.py3-none-any.whl
Binary file not shown.
Binary file added dist/backgroundremover-0.2.5.tar.gz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name="backgroundremover",
version="0.2.4",
version="0.2.5",
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 0618e40

Please sign in to comment.