Skip to content

Commit

Permalink
Update for v1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
akbargumbira committed Aug 24, 2018
1 parent 1af61a7 commit d7ce238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
```


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='pybrisque',
version='0.9.4',
version='1.0',
packages=find_packages(),
package_data={
'brisque': ['allmodel']
Expand Down

0 comments on commit d7ce238

Please sign in to comment.