diff --git a/Cargo.toml b/Cargo.toml index dccc3b1..3ff5070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geometric_algebra" -version = "0.1.3" +version = "0.2.0" authors = ["Alexander Meißner "] description = "Generate(d) custom libraries for geometric algebras" repository = "https://github.com/Lichtso/geometric_algebra/" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index e79050e..cf19a61 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen" -version = "0.1.3" +version = "0.2.0" authors = ["Alexander Meißner "] edition = "2018" publish = false \ No newline at end of file