From bea9494856b9e44362f95f899d439c033cc04298 Mon Sep 17 00:00:00 2001 From: Joseph Post Date: Sat, 22 May 2021 19:48:24 -0500 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da51b3e..11ef34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "johnston" description = "A utility for generatating JI pitch lattices" -version = "0.2.1" +version = "0.3.0" license = "MIT" edition = "2018" authors = ["Joseph Post "]