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