Skip to content

Commit

Permalink
[SKIP] version bump 1.2.2 -> 1.2.3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rvhonorato committed Sep 7, 2022
1 parent 270e60c commit a5b4294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.2.2
current_version = 1.2.3
commit = True
message =
[SKIP] version bump {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="gdock",
license="BSD Zero Clause (0BSD)",
version="1.2.2",
version="1.2.3",
author="Rodrigo V. Honorato",
description="Genetic Algorithm applied to Protein-Protein Docking",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/gdock/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This is the software version."""

version = "1.2.2"
version = "1.2.3"
v_major, v_minor, v_patch = version.split(".")

0 comments on commit a5b4294

Please sign in to comment.