diff --git a/README.md b/README.md index 17a4674..9fac91f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ brisq = BRISQUE() and get the BRISQUE feature or score many times: ``` brisq.get_feature('/path') -brisq.get_feature('/image_path') +brisq.get_score('/image_path') ``` diff --git a/setup.py b/setup.py index 457c722..321183f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='pybrisque', - version='0.9.4', + version='1.0', packages=find_packages(), package_data={ 'brisque': ['allmodel']