Skip to content

Commit

Permalink
chore: bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vra committed Jul 28, 2024
1 parent 3352c65 commit e06b3d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
from setuptools import setup, find_packages

readme = open("README.md").read()

setup(
name="mimic_head",
version="0.1.2",
version="0.1.5",
description="Unofficial One-click Version of LivePortrait, with Webcam Support",
long_description=readme,
long_description_content_type="text/markdown",
packages=find_packages(),
install_requires=[
"gradio",
Expand Down

0 comments on commit e06b3d9

Please sign in to comment.