diff --git a/pyproject.toml b/pyproject.toml index 1a4b016..c5f88c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ license = {text = "MIT"} name = "camtools" readme = "README.md" requires-python = ">=3.8.0" -version = "0.1.6" +version = "0.1.7" [project.scripts] ct = "camtools.tools.cli:main"