From 4ffae94bac5add57a360066969ff991cbf8f9e5f Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 22 Aug 2023 17:34:40 +0200 Subject: [PATCH] Looks stable to me --- README.md | 2 +- facefusion/metadata.py | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a48a109..4868ed85 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ python run.py [options] -v, --version show program's version number and exit ``` -Using the `-s/--source`, `-t/--target` and `-o/--output` argument will run the program in headless mode. +Using the `-s/--source`, `-t/--target` and `-o/--output` arguments will run the program in headless mode. Disclaimer diff --git a/facefusion/metadata.py b/facefusion/metadata.py index fab52be7..b6f1ac56 100644 --- a/facefusion/metadata.py +++ b/facefusion/metadata.py @@ -1,13 +1,8 @@ -name = 'FaceFusion' -version = '1.0.0-beta' -website = 'https://facefusion.io' - - METADATA =\ { 'name': 'FaceFusion', 'description': 'Next generation face swapper and enhancer', - 'version': '1.0.0-beta', + 'version': '1.0.0', 'license': 'MIT', 'author': 'Henry Ruhs', 'url': 'https://facefusion.io'