numanpy 0.0.1__tar.gz → 0.0.2__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.
- {numanpy-0.0.1 → numanpy-0.0.2}/PKG-INFO +2 -2
- {numanpy-0.0.1 → numanpy-0.0.2}/numanpy.egg-info/PKG-INFO +2 -2
- {numanpy-0.0.1 → numanpy-0.0.2}/pyproject.toml +2 -2
- {numanpy-0.0.1 → numanpy-0.0.2}/LICENSE +0 -0
- {numanpy-0.0.1 → numanpy-0.0.2}/README.md +0 -0
- {numanpy-0.0.1 → numanpy-0.0.2}/numanpy.egg-info/SOURCES.txt +0 -0
- {numanpy-0.0.1 → numanpy-0.0.2}/numanpy.egg-info/dependency_links.txt +0 -0
- {numanpy-0.0.1 → numanpy-0.0.2}/numanpy.egg-info/top_level.txt +0 -0
- {numanpy-0.0.1 → numanpy-0.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: numanpy
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.2
|
4
4
|
Summary: Python library implementing numerical and simulation methods
|
5
5
|
Author: Siddharth Kulkarni
|
6
6
|
License-Expression: MIT
|
@@ -21,7 +21,7 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
21
21
|
Classifier: Operating System :: POSIX
|
22
22
|
Classifier: Operating System :: Unix
|
23
23
|
Classifier: Operating System :: MacOS
|
24
|
-
Requires-Python: >=3.
|
24
|
+
Requires-Python: >=3.9
|
25
25
|
Description-Content-Type: text/markdown
|
26
26
|
License-File: LICENSE
|
27
27
|
Dynamic: license-file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: numanpy
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.2
|
4
4
|
Summary: Python library implementing numerical and simulation methods
|
5
5
|
Author: Siddharth Kulkarni
|
6
6
|
License-Expression: MIT
|
@@ -21,7 +21,7 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
21
21
|
Classifier: Operating System :: POSIX
|
22
22
|
Classifier: Operating System :: Unix
|
23
23
|
Classifier: Operating System :: MacOS
|
24
|
-
Requires-Python: >=3.
|
24
|
+
Requires-Python: >=3.9
|
25
25
|
Description-Content-Type: text/markdown
|
26
26
|
License-File: LICENSE
|
27
27
|
Dynamic: license-file
|
@@ -1,12 +1,12 @@
|
|
1
1
|
[project]
|
2
2
|
name = "numanpy"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.2"
|
4
4
|
authors = [
|
5
5
|
{ name="Siddharth Kulkarni" },
|
6
6
|
]
|
7
7
|
description = "Python library implementing numerical and simulation methods"
|
8
8
|
readme = "README.md"
|
9
|
-
requires-python = ">=3.
|
9
|
+
requires-python = ">=3.9"
|
10
10
|
classifiers = [
|
11
11
|
'Intended Audience :: Science/Research',
|
12
12
|
'Intended Audience :: Developers',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|