Skip to content

Commit 2d0ac00

Browse files
committed
Bump version to 0.1.30
1 parent 2b6fb20 commit 2d0ac00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__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.29git add ."
9+
__version__ = "0.1.30git 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.29"
34+
version = "0.1.30"
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)