From 8a05c34009a712be25989e7db0760674b8f6c1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Mei=C3=9Fner?= Date: Sat, 26 Nov 2022 16:56:21 +0100 Subject: [PATCH] Bump version [skip ci] --- Cargo.toml | 2 +- codegen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ff5070..e6fe33d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geometric_algebra" -version = "0.2.0" +version = "0.2.1" 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 cf19a61..48bd072 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen" -version = "0.2.0" +version = "0.2.1" authors = ["Alexander Meißner "] edition = "2018" publish = false \ No newline at end of file