From 7f91bbd7dfa9e2f88c37f78daa2cb9cda7c86c09 Mon Sep 17 00:00:00 2001 From: bigcat88 Date: Thu, 1 May 2025 09:28:06 +0300 Subject: [PATCH] chore: bumped version to 0.20.1.dev0, fixed black in pyproject.toml Signed-off-by: bigcat88 --- nc_py_api/_version.py | 2 +- pyproject.toml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index 35f22e02..dfc9b7cc 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.20.0" +__version__ = "0.20.1.dev0" diff --git a/pyproject.toml b/pyproject.toml index d472cf9a..9da6f9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,9 +104,6 @@ exclude = [ [tool.black] line-length = 120 -target-versions = [ - "py310", -] preview = true [tool.ruff]