Skip to content

Commit 071f865

Browse files
committed
bump version to 3.4.6
1 parent 783b1d0 commit 071f865

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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 5)
16+
set(KALIGN_LIBRARY_VERSION_PATCH 6)
1717
set(KALIGN_LIBRARY_VERSION_STRING ${KALIGN_LIBRARY_VERSION_MAJOR}.${KALIGN_LIBRARY_VERSION_MINOR}.${KALIGN_LIBRARY_VERSION_PATCH})
1818

1919

@@ -246,7 +246,7 @@ if(BUILD_PYTHON_MODULE)
246246
install(TARGETS _core
247247
LIBRARY DESTINATION kalign
248248
COMPONENT python)
249-
249+
250250
# Install Python source files
251251
install(DIRECTORY python-kalign/
252252
DESTINATION kalign

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.5"
11+
version = "3.4.6"
1212
description = "Python wrapper for the Kalign multiple sequence alignment engine"
1313
readme = "README-python.md"
1414
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)