uphy 0.1.0.dev3148__tar.gz → 1.0.0.dev3269__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.2
2
2
  Name: uphy
3
- Version: 0.1.0.dev3148
3
+ Version: 1.0.0.dev3269
4
4
  Author-email: RT-Labs <support@rt-labs.com>
5
5
  License: Copyright rt-labs AB, Sweden.
6
6
  All rights reserved.
@@ -14,8 +14,8 @@ Project-URL: Documentation, https://docs.rt-labs.com/u-phy
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE.txt
16
16
  Requires-Dist: typer>=0.12.5
17
- Requires-Dist: uphy-device>=0.1.0.dev0
18
- Requires-Dist: uphy-controller>=0.1.0.dev0
17
+ Requires-Dist: uphy-device>=1.0.0
18
+ Requires-Dist: uphy-controller>=1.0.0
19
19
  Requires-Dist: rich>=13.9.4
20
20
 
21
21
  # U-Phy
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name="uphy"
3
- version="0.1.0.dev3148"
3
+ version="1.0.0.dev3269"
4
4
  authors = [
5
5
  {name="RT-Labs", email="support@rt-labs.com"}
6
6
  ]
@@ -8,8 +8,8 @@ readme = "README.md"
8
8
  license = { file = "LICENSE.txt" }
9
9
  dependencies = [
10
10
  "typer>=0.12.5",
11
- "uphy-device>=0.1.0.dev0",
12
- "uphy-controller>=0.1.0.dev0",
11
+ "uphy-device>=1.0.0",
12
+ "uphy-controller>=1.0.0",
13
13
  "rich>=13.9.4",
14
14
  ]
15
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: uphy
3
- Version: 0.1.0.dev3148
3
+ Version: 1.0.0.dev3269
4
4
  Author-email: RT-Labs <support@rt-labs.com>
5
5
  License: Copyright rt-labs AB, Sweden.
6
6
  All rights reserved.
@@ -14,8 +14,8 @@ Project-URL: Documentation, https://docs.rt-labs.com/u-phy
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE.txt
16
16
  Requires-Dist: typer>=0.12.5
17
- Requires-Dist: uphy-device>=0.1.0.dev0
18
- Requires-Dist: uphy-controller>=0.1.0.dev0
17
+ Requires-Dist: uphy-device>=1.0.0
18
+ Requires-Dist: uphy-controller>=1.0.0
19
19
  Requires-Dist: rich>=13.9.4
20
20
 
21
21
  # U-Phy
@@ -0,0 +1,4 @@
1
+ typer>=0.12.5
2
+ uphy-device>=1.0.0
3
+ uphy-controller>=1.0.0
4
+ rich>=13.9.4
@@ -1,4 +0,0 @@
1
- typer>=0.12.5
2
- uphy-device>=0.1.0.dev0
3
- uphy-controller>=0.1.0.dev0
4
- rich>=13.9.4
File without changes
File without changes
File without changes