Skip to content

Commit e8e31f3

Browse files
committed
bump minor version
1 parent a822861 commit e8e31f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.0.5"
2+
current_version = "3.1.0"
33

44
[[tool.bumpversion.files]]
55
filename = "pyproject.toml"

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ preferred-citation:
8686
volume: 9
8787
title: "DeepRank2: Mining 3D Protein Structures with Geometric Deep
8888
Learning"
89-
version: "3.0.5"
89+
version: "3.1.0"

deeprank2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.5"
1+
__version__ = "3.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "3.0.5"
7+
version = "3.1.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)