From 7c76a0cec3c9e1215ba42cd247dbfbfee14d2cf9 Mon Sep 17 00:00:00 2001 From: Colin Sherratt Date: Sun, 8 Feb 2015 13:51:25 -0500 Subject: [PATCH] bump version number --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9075aef..569d895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cgmath" -version = "0.0.1" +version = "0.0.3" authors = ["Brendan Zabarauskas ", "Brian Heylin", "Colin Sherratt", @@ -12,6 +12,10 @@ authors = ["Brendan Zabarauskas ", "Mikko Perttunen", "Tomasz Stachowiak" ] +license="Apache-2.0" +description="A linear algebra and mathematics library for computer graphics." +homepage="https://github.com/bjz/cgmath-rs" +repository="https://github.com/bjz/cgmath-rs" [lib] name = "cgmath"