From 80e7e8d7c556c1c565dec9ca668626490ad4710b Mon Sep 17 00:00:00 2001 From: Alex Morehead Date: Mon, 30 Sep 2024 11:11:39 -0500 Subject: [PATCH] Bump version to 0.5.0 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3782a50..3608823 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "PoseBench" author = "Alex Morehead" -release = "0.4.0" +release = "0.5.0" copyright = f"{datetime.datetime.now().year}, {author}" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index af2b910..9437e6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posebench" -version = "0.4.0" +version = "0.5.0" description = "Comprehensive benchmarking of protein-ligand structure generation methods" authors = [ { name = "Alex Morehead", email = "acmwhb@umsystem.edu" }