From fe955314006138e873e1490b42cb9abff45df778 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Fri, 17 Oct 2025 02:48:12 +0000 Subject: [PATCH] Release 0.7.1 Signed-off-by: Bradley Reynolds --- .github/dependabot.yaml | 5 ----- pyproject.toml | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b769635..c912694 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,5 @@ version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: "monthly" - - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/pyproject.toml b/pyproject.toml index f9633b8..1671d7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "imsosorrybutinc" -version = "0.7.0" +version = "0.7.1" description = "Sometimes it can be necessary to call upon the ancient arts... but in C!" authors = [ { name = "Bradley Reynolds", email = "bradley.reynolds@tailstory.dev" }, ] -license = { text = "MIT" } +license = "MIT" readme = "README.md" requires-python = ">=3.10,<3.15" dependencies = [ @@ -35,7 +35,7 @@ docs = [ ] [build-system] -requires = ["setuptools"] +requires = ["setuptools>=77.0.3"] build-backend = "setuptools.build_meta" [tool.setuptools]