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