pybounds 0.0.3__tar.gz → 0.0.4__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.

Potentially problematic release.


This version of pybounds might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)
5
5
  Home-page: https://pypi.org/project/pybounds/
6
6
  Author: Ben Cellini, Burak Boyacioglu, Floris van Breugel
@@ -8,7 +8,7 @@ Author-email: bcellini00@gmail.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.9
11
+ Requires-Python: >=3.0
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)
5
5
  Home-page: https://pypi.org/project/pybounds/
6
6
  Author: Ben Cellini, Burak Boyacioglu, Floris van Breugel
@@ -8,7 +8,7 @@ Author-email: bcellini00@gmail.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.9
11
+ Requires-Python: >=3.0
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
 
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="pybounds", # Replace with your own username
8
- version="0.0.3",
8
+ version="0.0.4",
9
9
  author="Ben Cellini, Burak Boyacioglu, Floris van Breugel",
10
10
  author_email="bcellini00@gmail.com",
11
11
  description="Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)",
@@ -18,5 +18,5 @@ setuptools.setup(
18
18
  "License :: OSI Approved :: MIT License",
19
19
  "Operating System :: OS Independent",
20
20
  ],
21
- python_requires='>=3.9',
21
+ python_requires='>=3.0',
22
22
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes