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"}]