From d532209a3820a075c001863b78ec5be564108bc6 Mon Sep 17 00:00:00 2001 From: Rodrigo Vargas Honorato Date: Fri, 26 Apr 2024 16:55:13 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a65c171..2011e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prodigy-lig" -version = "1.1.0" +version = "1.1.1" description = "Calculate protein-small molecule binding affinities." authors = ["BonvinLab "] license = "Apache-2.0"