From 6acf765dc410d8b6cc4f6c7c90d9ce1376f6691d Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Mon, 16 Mar 2020 11:48:40 +0100 Subject: [PATCH] Prepare 0.0.5 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ffbdf46..bcd34d72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "tydi" -version = "0.0.4" +version = "0.0.5" dependencies = [ "indexmap", "log", diff --git a/Cargo.toml b/Cargo.toml index 3d69f4f5..3e335b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tydi" -version = "0.0.4" +version = "0.0.5" description = "An HDL code generation utility for components described using the Tydi open specification." authors = ["Johan Peltenburg", "Jeroen van Straten", "Matthijs Brobbel"] edition = "2018"