From cff1d4dbf52f161c67bdac3e1d13e45ef9edf948 Mon Sep 17 00:00:00 2001 From: Yixing Lao Date: Fri, 21 Jul 2023 01:17:46 +0800 Subject: [PATCH] v0.1.2 version bump (#7) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05a9635e..ebdfd37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = {text = "MIT"} name = "camtools" readme = "README.md" requires-python = ">=3.6.0" -version = "0.1.1" +version = "0.1.2" [tool.setuptools] packages = ["camtools", "camtools.tools"]