kececinumbers 0.4.2__tar.gz → 0.4.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
5
  Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
6
  Author: Mehmet Keçeci
@@ -36,7 +36,7 @@ Classifier: License :: OSI Approved :: MIT License
36
36
  Classifier: Operating System :: OS Independent
37
37
  Classifier: Intended Audience :: Science/Research
38
38
  Classifier: Topic :: Scientific/Engineering :: Visualization
39
- Requires-Python: >=3.9
39
+ Requires-Python: >=3.10
40
40
  Description-Content-Type: text/markdown
41
41
  License-File: LICENSE
42
42
  Requires-Dist: numpy
@@ -12,6 +12,7 @@ Alt modülleri yükler, sürüm bilgileri tanımlar ve geriye dönük uyumluluk
12
12
  """
13
13
 
14
14
  from __future__ import annotations
15
+ import inspect
15
16
  import importlib
16
17
  import os
17
18
  import warnings
@@ -20,7 +21,7 @@ import warnings
20
21
  # importlib.reload(kececinumbers) # F821 undefined name 'kececinumbers'
21
22
 
22
23
  # Paket sürüm numarası
23
- __version__ = "0.4.1"
24
+ __version__ = "0.4.2"
24
25
  __author__ = "Mehmet Keçeci"
25
26
  __email__ = "mkececi@yaani.com"
26
27
 
@@ -1,9 +1,9 @@
1
1
  # _version.py
2
2
 
3
- __version__ = "0.4.1"
3
+ __version__ = "0.4.2"
4
4
  __license__ = "MIT"
5
5
  __description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
6
6
  __author__ = "Mehmet Keçeci"
7
7
  __url__ = "https://github.com/WhiteSymmetry/kececinumbers"
8
8
  __docs__ = "https://github.com/WhiteSymmetry/kececinumbers" # Opsiyonel: Dokümantasyon linki
9
- __dependencies__ = ["python>=3.9"] # Diğer bağımlılıkları da ekleyebilirsiniz
9
+ __dependencies__ = ["python>=3.10"] # Diğer bağımlılıkları da ekleyebilirsiniz
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
5
  Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
6
  Author: Mehmet Keçeci
@@ -36,7 +36,7 @@ Classifier: License :: OSI Approved :: MIT License
36
36
  Classifier: Operating System :: OS Independent
37
37
  Classifier: Intended Audience :: Science/Research
38
38
  Classifier: Topic :: Scientific/Engineering :: Visualization
39
- Requires-Python: >=3.9
39
+ Requires-Python: >=3.10
40
40
  Description-Content-Type: text/markdown
41
41
  License-File: LICENSE
42
42
  Requires-Dist: numpy
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "kececinumbers"
9
- version = "0.4.2"
9
+ version = "0.4.3"
10
10
 
11
11
  # Diğer proje bilgileri (isteğe bağlı ama tavsiye edilir)
12
12
  authors = [
@@ -48,6 +48,6 @@ setup(
48
48
  "License :: OSI Approved :: MIT License",
49
49
  "Operating System :: OS Independent"
50
50
  ],
51
- python_requires='>=3.9',
51
+ python_requires='>=3.10',
52
52
  license="MIT",
53
53
  )
File without changes
File without changes
File without changes
File without changes