From a0fb6891e7f21e7bf3febc70406577eb4e1fc943 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Sat, 17 Feb 2024 22:39:54 +0300 Subject: [PATCH] v0.11.0 [publish] Signed-off-by: Alexander Piskun --- nc_py_api/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",