diff --git a/pyproject.toml b/pyproject.toml index a8eee049..a9200e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "dLux" -version = "0.13.2" +version = "0.14.0" description = "Differentiable Optical Models as Parameterised Neural Networks in Jax using Zodiax." readme = "README.md" requires-python =">=3.8" -license = {file = "LICENSE"} +license = {file = "LICENSE.md"} authors = [ {name = "Louis Desdoigts", email = "louis.desdoigts@sydney.edu.au"}, ]