From 2ac97407ed16ffdc2fcd19299d945cb4af39d56d Mon Sep 17 00:00:00 2001 From: Mike Moore Date: Sun, 25 Aug 2024 17:50:16 +0000 Subject: [PATCH] chore: bump version to v1.0.8 as signing failed on 1.0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3920656..36785c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "bqtools-json" # Required # # For a discussion on single-sourcing the version, see # https://packaging.python.org/guides/single-sourcing-package-version/ -version = "1.0.7" # Required +version = "1.0.8" # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: