Skip to content

Commit

Permalink
python/__init__.py: update python version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Mar 25, 2024
1 parent 6fccc49 commit dea9a77
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__ = "2.0.0"
__version__ = "3.0.0"

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

0 comments on commit dea9a77

Please sign in to comment.