Skip to content

Commit 7fe3e78

Browse files
Bump version from 1.0.5 to 1.0.6
1 parent 5e82246 commit 7fe3e78

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

kececinumbers/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
__license__ = _meta.get("License", "AGPL-3.0-or-later")
4747
except Exception:
4848
# Fallback for development or if metadata is not available
49-
__version__ = "1.0.5"
49+
__version__ = "1.0.6"
5050
__author__ = "Mehmet Keçeci"
5151
__license__ = "AGPL-3.0-or-later"
5252

@@ -215,6 +215,7 @@
215215
analyze_pair_correlation,
216216
apply_operation,
217217
apply_pca_clustering,
218+
apply_step,
218219
chingon_cross,
219220
chingon_dot,
220221
chingon_eye,
@@ -361,6 +362,7 @@
361362
"generate_geometric_kececi_art",
362363
"kececi_to_color",
363364
"kececi_numbers_complex",
365+
"apply_step",
364366
]
365367

366368
# Ensure metadata is explicitly included in __all__

0 commit comments

Comments
 (0)