Skip to content

Commit 62d104c

Browse files
authored
chore: bumped version to 0.20.1.dev0, fixed black in pyproject.toml (#359)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
1 parent ebce575 commit 62d104c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

nc_py_api/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.20.0"
3+
__version__ = "0.20.1.dev0"

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ exclude = [
104104

105105
[tool.black]
106106
line-length = 120
107-
target-versions = [
108-
"py310",
109-
]
110107
preview = true
111108

112109
[tool.ruff]

0 commit comments

Comments
 (0)