Skip to content

Commit

Permalink
bump2version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jun 20, 2024
1 parent 375053b commit 11e2594
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 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
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion deeprank2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.3"
__version__ = "3.0.4"
2 changes: 1 addition & 1 deletion env/requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deeprank2==3.0.3
deeprank2==3.0.4
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 = "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"
Expand Down

0 comments on commit 11e2594

Please sign in to comment.