diff --git a/README.md b/README.md index 1a48a10..4868ed8 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 fab52be..b6f1ac5 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'