We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef699a1 commit efa73a3Copy full SHA for efa73a3
python/vmaf/__init__.py
@@ -4,7 +4,7 @@
4
5
__copyright__ = "Copyright 2016-2020, Netflix, Inc."
6
__license__ = "BSD+Patent"
7
-__version__ = "3.0.0"
+__version__ = "4.0.0"
8
9
logging.basicConfig()
10
logger = logging.getLogger(os.path.splitext(os.path.basename(__file__))[0])
0 commit comments