Skip to content

Commit 47302ec

Browse files
committed
bump version to 3.4.7
1 parent 3af1a4e commit 47302ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include(GenerateExportHeader)
1313

1414
set(KALIGN_LIBRARY_VERSION_MAJOR 3)
1515
set(KALIGN_LIBRARY_VERSION_MINOR 4)
16-
set(KALIGN_LIBRARY_VERSION_PATCH 6)
16+
set(KALIGN_LIBRARY_VERSION_PATCH 7)
1717
set(KALIGN_LIBRARY_VERSION_STRING ${KALIGN_LIBRARY_VERSION_MAJOR}.${KALIGN_LIBRARY_VERSION_MINOR}.${KALIGN_LIBRARY_VERSION_PATCH})
1818

1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "kalign"
11-
version = "3.4.6"
11+
version = "3.4.7"
1212
description = "Python wrapper for the Kalign multiple sequence alignment engine"
1313
readme = "README-python.md"
1414
license = "GPL-3.0-or-later"

python-kalign/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class AlignedSequences(NamedTuple):
2424

2525
__version__ = _dist_version("kalign")
2626
except Exception:
27-
__version__ = "3.4.5"
27+
__version__ = "3.4.7"
2828
__author__ = "Timo Lassmann"
2929
__email__ = "timo.lassmann@telethonkids.org.au"
3030

0 commit comments

Comments
 (0)