Skip to content

Commit 5c9d774

Browse files
committed
Bump version to 0.1.16(Only macos and linux).
1 parent 4aa0033 commit 5c9d774

3 files changed

Lines changed: 2 additions & 20 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.15"
9+
__version__ = "0.1.16"
1010

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

original_datasets_and_cleaning/xinyi_test/tool.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
]
36-
version = "0.1.15"
36+
version = "0.1.16"
3737
dependencies = [
3838
"numpy>=1.19.5,<2.0",
3939
"pandas>=1.2.5",

0 commit comments

Comments
 (0)