From 68baee7ba3c9703b78e6426095ea6156ca489d9f Mon Sep 17 00:00:00 2001 From: James Riehl <33920192+jrriehl@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:56:19 +0100 Subject: [PATCH] chore: bump version to 0.7.0 for release (#232) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 479cd35..0e848f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jenesis" -version = "0.6.1" +version = "0.7.0" description = "Command line tool for rapid CosmWasm-based smart contract development" authors = ["Ed FitzGerald ", "James Riehl ", "Alejandro Madrigal "] license = "Apache"