Skip to content

Commit f51dbe2

Browse files
committed
Bump version to 0.1.0
1 parent 69748b9 commit f51dbe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evalica"
3-
version = "0.0.8"
3+
version = "0.1.0"
44
edition = "2021"
55
description = "Evalica, your favourite evaluation toolkit."
66
repository = "https://github.com/dustalov/evalica"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121
requires-python = "~= 3.8"
2222
dependencies = ["numpy>=1.16.0", "pandas"]
2323
classifiers = [
24-
"Development Status :: 3 - Alpha",
24+
"Development Status :: 4 - Beta",
2525
"Intended Audience :: Developers",
2626
"Intended Audience :: Science/Research",
2727
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)