Skip to content

Commit fd3d087

Browse files
Bump version number to 0.9.9
1 parent 4a333d5 commit fd3d087

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

kececinumbers/__init__.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import warnings
1717

1818
# Paket sürüm numarası
19-
__version__ = "0.9.8"
19+
__version__ = "0.9.9"
2020
__author__ = "Mehmet Keçeci"
2121
__email__ = "mkececi@yaani.com"
2222
__description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
@@ -69,6 +69,17 @@
6969
run_test,
7070
run_cramer_test,
7171
comprehensive_cramer_test,
72+
_generate_ternary_ask_sequence,
73+
_generate_ternary_operation_sequence,
74+
_is_prime_decimal,
75+
_apply_kececi_operation,
76+
get_operation_symbol,
77+
apply_operation,
78+
_parse_components,
79+
_parse_with_generic_fallback,
80+
_first_component_as_int,
81+
convert_to_plot_value,
82+
make_unit,
7283
)
7384

7485
# Parser Fonksiyonları

0 commit comments

Comments
 (0)