File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include(GenerateExportHeader)
1313
1414set (KALIGN_LIBRARY_VERSION_MAJOR 3)
1515set (KALIGN_LIBRARY_VERSION_MINOR 4)
16- set (KALIGN_LIBRARY_VERSION_PATCH 5 )
16+ set (KALIGN_LIBRARY_VERSION_PATCH 6 )
1717set (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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88
99[project ]
1010name = " kalign"
11- version = " 3.4.5 "
11+ version = " 3.4.6 "
1212description = " Python wrapper for the Kalign multiple sequence alignment engine"
1313readme = " README-python.md"
1414license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments