diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ec3516c60..d77f3055d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.1.2 [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/.zenodo.json b/.zenodo.json index a0689efa4..d7d1125da 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -60,5 +60,5 @@ "license": { "id": "Apache-2.0" }, - "title": "Deeprank2" + "title": "DeepRank2" } diff --git a/CITATION.cff b/CITATION.cff index fc2b6f6c5..5c0017b82 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ cff-version: 1.2.0 doi: 10.5281/zenodo.8305000 -title: Deeprank2 +title: DeepRank2 message: >- If you use this software, please cite it using the metadata from this file. @@ -55,5 +55,5 @@ keywords: - DeepRank license: Apache-2.0 commit: 4e8823758ba03f824b4281f5689cb6a335ab2f6c -version: "2.1.1" -date-released: '2023-09-22' +version: "2.1.2" +date-released: '2023-12-23' diff --git a/deeprank2/__init__.py b/deeprank2/__init__.py index b84279007..b62a3e51a 100644 --- a/deeprank2/__init__.py +++ b/deeprank2/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" \ No newline at end of file +__version__ = "2.1.2" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 18435deaf..11cbeaeb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "deeprank2" -version = "2.1.1" +version = "2.1.2" 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"