Skip to content

Commit efa73a3

Browse files
committed
Bump Python library to 4.0.0 due to backwards incompatible changes in fifo handling
1 parent ef699a1 commit efa73a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/vmaf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

0 commit comments

Comments
 (0)