diff --git a/README.md b/README.md index 0cb5734..13b22a0 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ --- -This CLI is still in an early stage of development with many more things that could be implemented. However, the commands that are implemented should be working without issues. - ## Install #### With uv diff --git a/pyproject.toml b/pyproject.toml index 458cca5..5f8152c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { text = "LICENSE" } requires-python = ">=3.13" dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.9.0"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",