File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 0.2.1
1+ 0.2.2
Original file line number Diff line number Diff line change 55from colorama import Fore , Style
66from colorama import init as _colorama_init
77
8- __version__ = "0.2.1 "
8+ __version__ = "0.2.2 "
99
1010_colorama_init (autoreset = True )
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " affine-gaps"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " Numba-accelerated Python implementation of affine gap penalty extensions for Needleman-Wunsch and Smith-Waterman algorithms"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010authors = [
Original file line number Diff line number Diff line change 22
33setup (
44 name = "affine-gaps" ,
5- version = "0.2.1 " ,
5+ version = "0.2.2 " ,
66 author = "Ash Vardanian" ,
77 author_email = "1983160+ashvardanian@users.noreply.github.com" ,
88 description = "Numba-accelerated Python implementation of affine gap penalty extensions for Needleman-Wunsch and Smith-Waterman algorithms" ,
You can’t perform that action at this time.
0 commit comments