standardbots 2.20241003.42__tar.gz → 2.20241120.1__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 standardbots might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: standardbots
3
- Version: 2.20241003.42
3
+ Version: 2.20241120.1
4
4
  Summary: Standard Bots RO1 Robotics API
5
5
  Home-page:
6
6
  Author: Standard Bots Support
@@ -10,13 +10,6 @@ Requires-Python: >=3.7
10
10
  Requires-Dist: setuptools>=21.0.0
11
11
  Requires-Dist: typing_extensions>=4.3.0
12
12
  Requires-Dist: urllib3>=1.26.7
13
- Dynamic: author
14
- Dynamic: author-email
15
- Dynamic: description
16
- Dynamic: keywords
17
- Dynamic: requires-dist
18
- Dynamic: requires-python
19
- Dynamic: summary
20
13
 
21
14
  Standard Bots RO1 Robotics API. # noqa: E501
22
15
 
@@ -13,7 +13,7 @@
13
13
  from setuptools import setup, find_packages # noqa: H301
14
14
 
15
15
  NAME = "standardbots"
16
- VERSION = "2.20241003.42"
16
+ VERSION = "2.20241120.1"
17
17
  # To install the library, run the following
18
18
  #
19
19
  # python setup.py install