diff --git a/clairmeta/info.py b/clairmeta/info.py index 1ae518b..925dc5f 100644 --- a/clairmeta/info.py +++ b/clairmeta/info.py @@ -1,3 +1,3 @@ __license__ = "BSD" __author__ = "Ymagis" -__version__ = "1.5.1" +__version__ = "1.5.2" diff --git a/pyproject.toml b/pyproject.toml index 66b89e8..19b42bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clairmeta" -version = "1.5.1" +version = "1.5.2" description = "ClairMeta is a python package for Digital Cinema Package (DCP) probing and checking." authors = ["RĂ©mi Achard "] license = "BSD-3-Clause"