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 6 )
16+ set (KALIGN_LIBRARY_VERSION_PATCH 7 )
1717set (KALIGN_LIBRARY_VERSION_STRING ${KALIGN_LIBRARY_VERSION_MAJOR} .${KALIGN_LIBRARY_VERSION_MINOR} .${KALIGN_LIBRARY_VERSION_PATCH} )
1818
1919
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.6 "
11+ version = " 3.4.7 "
1212description = " Python wrapper for the Kalign multiple sequence alignment engine"
1313readme = " README-python.md"
1414license = " GPL-3.0-or-later"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class AlignedSequences(NamedTuple):
2424
2525 __version__ = _dist_version ("kalign" )
2626except Exception :
27- __version__ = "3.4.5 "
27+ __version__ = "3.4.7 "
2828__author__ = "Timo Lassmann"
2929__email__ = "timo.lassmann@telethonkids.org.au"
3030
You can’t perform that action at this time.
0 commit comments