We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e83d4d commit 80e7e8dCopy full SHA for 80e7e8d
docs/source/conf.py
@@ -9,7 +9,7 @@
9
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
10
project = "PoseBench"
11
author = "Alex Morehead"
12
-release = "0.4.0"
+release = "0.5.0"
13
copyright = f"{datetime.datetime.now().year}, {author}"
14
15
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "posebench"
3
-version = "0.4.0"
+version = "0.5.0"
4
description = "Comprehensive benchmarking of protein-ligand structure generation methods"
5
authors = [
6
{ name = "Alex Morehead", email = "acmwhb@umsystem.edu" }
0 commit comments