From 3d0f13ca9bf4019950e059325fc31085afc7095b Mon Sep 17 00:00:00 2001 From: terkwood <38859656+Terkwood@users.noreply.github.com> Date: Tue, 2 Feb 2021 14:26:40 -0500 Subject: [PATCH] Set versions --- gen/Cargo.toml | 2 +- lindenmayer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gen/Cargo.toml b/gen/Cargo.toml index 343c5cf..4946419 100644 --- a/gen/Cargo.toml +++ b/gen/Cargo.toml @@ -2,7 +2,7 @@ authors = ["terkwood <38859656+Terkwood@users.noreply.github.com>"] edition = "2018" name = "forest_gen" -version = "0.4.0-a" +version = "0.4.0" [lib] crate-type = ["cdylib"] diff --git a/lindenmayer/Cargo.toml b/lindenmayer/Cargo.toml index 1b8c053..608f179 100644 --- a/lindenmayer/Cargo.toml +++ b/lindenmayer/Cargo.toml @@ -2,7 +2,7 @@ authors = ["terkwood <38859656+Terkwood@users.noreply.github.com>"] edition = "2018" name = "lindenmayer" -version = "0.5.1-a" +version = "0.5.1" [dependencies] expression = "0.3.4"