Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmurail committed Feb 12, 2025
1 parent ba26e38 commit c8cde0c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.3"
current_version = "0.1.4"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'AlphaFold Analysis'
copyright = '2023, Samuel Murail'
author = 'Samuel Murail'
release = '0.1.3'
release = '0.1.4'

# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
Expand Down
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 = "af-analysis"
version = "0.1.3"
version = "0.1.4"
dynamic = ["readme", "dependencies"]
description = "`AF analysis` is a python library allowing analysis of Alphafold results."
license = {text = " GPL-2.0"}
Expand Down
2 changes: 1 addition & 1 deletion src/af_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = "Copyright 2023, RPBS"
__credits__ = ["Samuel Murail"]
__license__ = "GNU General Public License version 2"
__version__ = "0.1.3"
__version__ = "0.1.4"
__maintainer__ = "Samuel Murail"
__email__ = "[email protected]"
__status__ = "Beta"
Expand Down
2 changes: 1 addition & 1 deletion src/af_analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "Copyright 2023, RPBS"
__credits__ = ["Samuel Murail", "Alaa Reguei"]
__license__ = "GNU General Public License version 2"
__version__ = "0.1.3"
__version__ = "0.1.4"
__maintainer__ = "Samuel Murail"
__email__ = "[email protected]"
__status__ = "Beta"
Expand Down
2 changes: 1 addition & 1 deletion src/af_analysis/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__copyright__ = "Copyright 2023, RPBS"
__credits__ = ["Samuel Murail", "Alaa Reguei"]
__license__ = "GNU General Public License version 2"
__version__ = "0.1.3"
__version__ = "0.1.4"
__maintainer__ = "Samuel Murail"
__email__ = "[email protected]"
__status__ = "Beta"
Expand Down
2 changes: 1 addition & 1 deletion src/af_analysis/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__copyright__ = "Copyright 2023, RPBS"
__credits__ = ["Samuel Murail", "Alaa Reguei"]
__license__ = "GNU General Public License version 2"
__version__ = "0.1.3"
__version__ = "0.1.4"
__maintainer__ = "Samuel Murail"
__email__ = "[email protected]"
__status__ = "Beta"
Expand Down
2 changes: 1 addition & 1 deletion src/af_analysis/docking.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "Copyright 2023, RPBS"
__credits__ = ["Samuel Murail", "Alaa Reguei"]
__license__ = "GNU General Public License version 2"
__version__ = "0.1.3"
__version__ = "0.1.4"
__maintainer__ = "Samuel Murail"
__email__ = "[email protected]"
__status__ = "Beta"
Expand Down

0 comments on commit c8cde0c

Please sign in to comment.