diff --git a/pyproject.toml b/pyproject.toml index 950f182..2937cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ keywords = [ ] license = {text = "MIT License"} classifiers = [ - "Programming Language :: Python :: 3 - Alpha", + "Development Status :: 4 - Beta", + "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Life", "Programming Language :: Python :: 3", diff --git a/setup.cfg b/setup.cfg index 9ac3cbe..53b2368 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ project_urls = Source=https://github.com/HugoFara/leggedsnake license_files = LICENSE.rst classifiers = - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Artificial Life Programming Language :: Python :: 3