Skip to content

Commit 154e00f

Browse files
committed
Bump version to 0.1.29
1 parent 14cc71e commit 154e00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
# sequenzo/__init__.py (Top-level)
88

9-
__version__ = "0.1.28git add ."
9+
__version__ = "0.1.29git add ."
1010

1111
# Lazy import: public submodules
1212
from sequenzo import (datasets, data_preprocessing, visualization, clustering,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
]
34-
version = "0.1.28"
34+
version = "0.1.29"
3535
dependencies = [
3636
# Runtime numpy - using 2.x for ABI compatibility with built extensions
3737
# NumPy 2.x is backward compatible with code written for NumPy 1.x

0 commit comments

Comments
 (0)