From 426141e138388e9ff6b676a4defa17e53cb8b8f0 Mon Sep 17 00:00:00 2001 From: Yixing Lao Date: Sun, 10 Sep 2023 02:31:06 +0800 Subject: [PATCH] v0.1.3 version bump (#17) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"