Skip to content

Commit

Permalink
Bump Python library to 4.0.0 due to backwards incompatible changes in…
Browse files Browse the repository at this point in the history
… fifo handling
  • Loading branch information
nilfm99 committed Jul 15, 2024
1 parent ef699a1 commit efa73a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/vmaf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__copyright__ = "Copyright 2016-2020, Netflix, Inc."
__license__ = "BSD+Patent"
__version__ = "3.0.0"
__version__ = "4.0.0"

logging.basicConfig()
logger = logging.getLogger(os.path.splitext(os.path.basename(__file__))[0])
Expand Down

0 comments on commit efa73a3

Please sign in to comment.