diff --git a/pyproject.toml b/pyproject.toml index 4bb90b3..1531609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esquilax" -version = "0.3.1" +version = "1.0.0" description = "JAX multi-agent simulation and ML toolset" authors = [ "Zombie-Einstein " @@ -19,12 +19,13 @@ keywords = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", + "License :: OSI Approved :: MIT License", + "Environment :: GPU", + "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Life", ]