From 11e2594fbee561b9153899147bb9a415ff79cd60 Mon Sep 17 00:00:00 2001 From: gcroci2 Date: Thu, 20 Jun 2024 14:48:11 +0200 Subject: [PATCH] bump2version 3.0.4 --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- deeprank2/__init__.py | 2 +- env/requirements-docker.txt | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3105c38c..ea591b18 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.3 +current_version = 3.0.4 [comment] comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved diff --git a/CITATION.cff b/CITATION.cff index db6ac7d3..77c554f1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -86,4 +86,4 @@ preferred-citation: volume: 9 title: "DeepRank2: Mining 3D Protein Structures with Geometric Deep Learning" -version: "3.0.3" +version: "3.0.4" diff --git a/deeprank2/__init__.py b/deeprank2/__init__.py index 8d1c8625..8e10cb46 100644 --- a/deeprank2/__init__.py +++ b/deeprank2/__init__.py @@ -1 +1 @@ -__version__ = "3.0.3" +__version__ = "3.0.4" diff --git a/env/requirements-docker.txt b/env/requirements-docker.txt index 538781ce..b6806165 100644 --- a/env/requirements-docker.txt +++ b/env/requirements-docker.txt @@ -1 +1 @@ -deeprank2==3.0.3 \ No newline at end of file +deeprank2==3.0.4 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cc71e904..6c95ec6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "deeprank2" -version = "3.0.3" +version = "3.0.4" description = "DeepRank2 is an open-source deep learning framework for data mining of protein-protein interfaces or single-residue missense variants." readme = "README.md" requires-python = ">=3.10"