swarmauri_tool_matplotlib 0.6.1.dev15__tar.gz → 0.6.1.dev16__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.3
2
2
  Name: swarmauri_tool_matplotlib
3
- Version: 0.6.1.dev15
3
+ Version: 0.6.1.dev16
4
4
  Summary: Matplotlib tool for Swarmauri.
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -12,9 +12,9 @@ Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Requires-Dist: matplotlib (>=3.9.2)
15
- Requires-Dist: swarmauri_base (>=0.6.1.dev15,<0.7.0)
16
- Requires-Dist: swarmauri_core (>=0.6.1.dev15,<0.7.0)
17
- Requires-Dist: swarmauri_standard (>=0.6.1.dev2,<0.7.0)
15
+ Requires-Dist: swarmauri_base (>=0.6.1.dev16,<0.7.0)
16
+ Requires-Dist: swarmauri_core (>=0.6.1.dev16,<0.7.0)
17
+ Requires-Dist: swarmauri_standard (>=0.6.1.dev3,<0.7.0)
18
18
  Project-URL: Repository, http://github.com/swarmauri/swarmauri-sdk
19
19
  Description-Content-Type: text/markdown
20
20
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "swarmauri_tool_matplotlib"
3
- version = "0.6.1.dev15"
3
+ version = "0.6.1.dev16"
4
4
  description = "Matplotlib tool for Swarmauri."
5
5
  authors = ["Jacob Stewart <jacob@swarmauri.com>"]
6
6
  license = "Apache-2.0"
@@ -17,9 +17,9 @@ classifiers = [
17
17
  python = ">=3.10,<3.13"
18
18
 
19
19
  # Swarmauri
20
- swarmauri_core = {version = "^0.6.1.dev15"}
21
- swarmauri_base = {version = "^0.6.1.dev15"}
22
- swarmauri_standard = {version = "^0.6.1.dev2"}
20
+ swarmauri_core = {version = "^0.6.1.dev16"}
21
+ swarmauri_base = {version = "^0.6.1.dev16"}
22
+ swarmauri_standard = {version = "^0.6.1.dev3"}
23
23
 
24
24
  # Dependencies
25
25
  matplotlib = ">=3.9.2"