tinytoolslib 0.3.1__tar.gz → 0.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinytoolslib
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Set of tools for use with Tinycontrol devices like LK2.X, LK3.X, LK4.X or tcPDU.
5
5
  Author-email: Bartek Barszczewski <tinycontrol.software@gmail.com>
6
6
  Keywords: tinycontrol,lk,tcpdu
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tinytoolslib"
7
- version = "0.3.1"
7
+ version = "0.3.2"
8
8
  authors = [
9
9
  { name="Bartek Barszczewski", email="tinycontrol.software@gmail.com" },
10
10
  ]
@@ -0,0 +1 @@
1
+ __version__ = '0.3.2'
@@ -1455,7 +1455,7 @@ class LK_HW_40_mini(LK_HW_40):
1455
1455
  def check_version(
1456
1456
  cls, hardware_version: Union[str, None], software_version: str
1457
1457
  ) -> bool:
1458
- return hardware_version == "4.0" and software_version.endswith("mini")
1458
+ return hardware_version in ["4.0", "4.1"] and software_version.endswith("mini")
1459
1459
 
1460
1460
  # Unset few commands - there are no OUT, PWM in LK4 mini
1461
1461
  _set_out = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinytoolslib
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Set of tools for use with Tinycontrol devices like LK2.X, LK3.X, LK4.X or tcPDU.
5
5
  Author-email: Bartek Barszczewski <tinycontrol.software@gmail.com>
6
6
  Keywords: tinycontrol,lk,tcpdu
@@ -1,5 +1,4 @@
1
1
  dist
2
2
  docs
3
- fws
4
3
  public
5
4
  tinytoolslib
@@ -1 +0,0 @@
1
- __version__ = '0.3.1'
File without changes
File without changes