From cae76c2015639914764fe816900d44ae96a2b472 Mon Sep 17 00:00:00 2001 From: Andre Lengwenus Date: Thu, 18 May 2023 14:07:10 +0200 Subject: [PATCH] Bump to 0.7.17 (#107) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e824f4b..1ea351b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pypck" -version = "0.7.16" +version = "0.7.17" license = {text = "MIT"} description = "LCN-PCK library" readme = "README.md" @@ -36,7 +36,7 @@ include-package-data = true include = ["pypck*"] [tool.black] -target-version = ["py39", "py310"] +target-version = ["py310", "py311"] [tool.isort] # https://github.com/PyCQA/isort/wiki/isort-Settings