diff --git a/dev.toml b/dev.toml index 803db2e..68ea4ff 100644 --- a/dev.toml +++ b/dev.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_file_dev" -version = "0.0.17" +version = "0.0.18" authors = [ { name = "JE-Chen", email = "zenmailman@gmail.com" }, ] diff --git a/pyproject.toml b/pyproject.toml index f0b77d0..e0740d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_file" -version = "0.0.15" +version = "0.0.16" authors = [ { name = "JE-Chen", email = "zenmailman@gmail.com" }, ]