From e26a36a26a9656caf7e4cc3a03f1d31f43600ac8 Mon Sep 17 00:00:00 2001 From: Logan Ward Date: Mon, 15 May 2023 07:20:49 -0400 Subject: [PATCH] Update the version number Major version because we're changing the names of things, and major changes from proxystore --- pyproject.toml | 2 +- readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7edd08..191b72d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "colmena" -version = "0.4.5" +version = "0.5.0" authors = [ { name = "Globus Labs", email = "labs@globus.org" }, { name = "Logan Ward", email = "lward@anl.gov" }, diff --git a/readthedocs.yaml b/readthedocs.yaml index f2a980d..cfa7cd7 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -22,4 +22,4 @@ python: - method: pip path: . extra_requirements: - - all + - globus