Skip to content

Commit 1c9339a

Browse files
committed
bump2version
1 parent 4ec3715 commit 1c9339a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.2
2+
current_version = 3.0.0
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ keywords:
6868
- DeepRank
6969
license: Apache-2.0
7070
commit: 4e8823758ba03f824b4281f5689cb6a335ab2f6c
71-
version: "2.1.2"
71+
version: "3.0.0"
7272
date-released: "2023-12-21"

deeprank2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.2"
1+
__version__ = "3.0.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deeprank2"
7-
version = "2.1.2"
7+
version = "3.0.0"
88
description = "DeepRank2 is an open-source deep learning framework for data mining of protein-protein interfaces or single-residue missense variants."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)