We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69748b9 commit f51dbe2Copy full SHA for f51dbe2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "evalica"
3
-version = "0.0.8"
+version = "0.1.0"
4
edition = "2021"
5
description = "Evalica, your favourite evaluation toolkit."
6
repository = "https://github.com/dustalov/evalica"
pyproject.toml
@@ -21,7 +21,7 @@ keywords = [
21
requires-python = "~= 3.8"
22
dependencies = ["numpy>=1.16.0", "pandas"]
23
classifiers = [
24
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
25
"Intended Audience :: Developers",
26
"Intended Audience :: Science/Research",
27
"License :: OSI Approved :: Apache Software License",
0 commit comments