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 c8731e1 commit a0fb689Copy full SHA for a0fb689
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
2
3
-__version__ = "0.11.0.dev0"
+__version__ = "0.11.0"
pyproject.toml
@@ -21,7 +21,7 @@ authors = [
21
]
22
requires-python = ">=3.10"
23
classifiers = [
24
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
25
"Intended Audience :: Developers",
26
"License :: OSI Approved :: BSD License",
27
"Operating System :: MacOS :: MacOS X",
0 commit comments