Skip to content

Commit 22e0bca

Browse files
bump version and add categories
1 parent e38c358 commit 22e0bca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
# See Notices.txt for copyright information
33
[package]
44
name = "algebraics"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
authors = ["Jacob Lifshay <[email protected]>"]
77
edition = "2018"
88
license = "LGPL-2.1-or-later"
99
description = "algebraic numbers library"
1010
keywords = ["algebraic-numbers", "arbitrary-precision", "polynomials", "real-numbers", "exact-arithmetic"]
1111
repository = "https://salsa.debian.org/Kazan-team/algebraics"
1212
readme = "README.md"
13+
categories = ["algorithms", "data-structures", "science"]
1314

1415
[dependencies]
1516
num-traits = "0.2"

0 commit comments

Comments
 (0)