diff --git a/Cargo.toml b/Cargo.toml index 1d03997..49ea3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalica" -version = "0.0.8" +version = "0.1.0" edition = "2021" description = "Evalica, your favourite evaluation toolkit." repository = "https://github.com/dustalov/evalica" diff --git a/pyproject.toml b/pyproject.toml index a40ad44..f9ca693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ keywords = [ requires-python = "~= 3.8" dependencies = ["numpy>=1.16.0", "pandas"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License",