Skip to content

Commit

Permalink
bump2version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Dec 21, 2023
1 parent f9681aa commit 089b1cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"license": {
"id": "Apache-2.0"
},
"title": "Deeprank2"
"title": "DeepRank2"
}
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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'
2 changes: 1 addition & 1 deletion deeprank2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 089b1cf

Please sign in to comment.