From ff244539032cb7af3f9f8e52008f826797f826b1 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 22 Jul 2024 15:25:18 -0500 Subject: [PATCH] Bump to next development cycle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8683a85..86b7aed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jgo" -version = "1.0.6" +version = "1.0.7.dev0" description = "Launch Java code from Python and the CLI, installation-free." license = {text = "Unlicense"} authors = [{name = "SciJava developers", email = "ctrueden@wisc.edu"}]