Skip to content

Commit 289df9f

Browse files
author
TinySemVer
committed
Release: v0.2.2 [skip ci]
### Patch - Improve: Indicate `__version__` (05fdfc9)
1 parent 05fdfc9 commit 289df9f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

affine_gaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from colorama import Fore, Style
66
from colorama import init as _colorama_init
77

8-
__version__ = "0.2.1"
8+
__version__ = "0.2.2"
99

1010
_colorama_init(autoreset=True)
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "affine-gaps"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Numba-accelerated Python implementation of affine gap penalty extensions for Needleman-Wunsch and Smith-Waterman algorithms"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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",

0 commit comments

Comments
 (0)