We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e82246 commit 7fe3e78Copy full SHA for 7fe3e78
1 file changed
kececinumbers/__init__.py
@@ -46,7 +46,7 @@
46
__license__ = _meta.get("License", "AGPL-3.0-or-later")
47
except Exception:
48
# Fallback for development or if metadata is not available
49
- __version__ = "1.0.5"
+ __version__ = "1.0.6"
50
__author__ = "Mehmet Keçeci"
51
__license__ = "AGPL-3.0-or-later"
52
@@ -215,6 +215,7 @@
215
analyze_pair_correlation,
216
apply_operation,
217
apply_pca_clustering,
218
+ apply_step,
219
chingon_cross,
220
chingon_dot,
221
chingon_eye,
@@ -361,6 +362,7 @@
361
362
"generate_geometric_kececi_art",
363
"kececi_to_color",
364
"kececi_numbers_complex",
365
+ "apply_step",
366
]
367
368
# Ensure metadata is explicitly included in __all__
0 commit comments