From 2ef43321cf7a5ff7b88c7392f076c6d2f09e303e Mon Sep 17 00:00:00 2001 From: John Duggan Date: Tue, 25 Apr 2023 09:38:53 -0400 Subject: [PATCH] v1.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e82d37..965b3eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ entry-points = {console_scripts = {substrate = "substrate.substrate:main"}} license = {text = "CC-BY-4.0"} readme = "README.md" requires-python = ">=3.7" -version = "1.8.0" +version = "1.9.0" [project.urls] Homepage = "https://github.com/seelabutk/substrate/"