diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index b26672b5..043f7841 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.11.0.dev0" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index 4993cb7b..dd36cbe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ authors = [ ] requires-python = ">=3.10" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X",