diff --git a/pyproject.toml b/pyproject.toml index e4e43f4e..2508aeb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ license = {text = "MIT"} name = "camtools" readme = "README.md" requires-python = ">=3.6.0" -version = "0.1.2" +version = "0.1.3" [project.scripts] ct = "camtools.tools.cli:main"