We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebce575 commit 62d104cCopy full SHA for 62d104c
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
2
3
-__version__ = "0.20.0"
+__version__ = "0.20.1.dev0"
pyproject.toml
@@ -104,9 +104,6 @@ exclude = [
104
105
[tool.black]
106
line-length = 120
107
-target-versions = [
108
- "py310",
109
-]
110
preview = true
111
112
[tool.ruff]
0 commit comments