licos-platform-cli 0.2.9__tar.gz → 0.2.10__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.
@@ -17,10 +17,10 @@ packages/*/dist/
17
17
  .DS_Store
18
18
  Thumbs.db
19
19
 
20
- # Environment
21
- .env
22
- .env.local
23
- crates/industrial/industrial-stack.env
20
+ # Environment
21
+ .env
22
+ .env.local
23
+ crates/industrial/industrial-stack.env
24
24
 
25
25
  # Workspace
26
26
  /workspace/
@@ -33,6 +33,7 @@ crates/industrial/industrial-stack.env
33
33
  # Build
34
34
  *.log
35
35
  *.pid
36
+ crates/industrial/bin/
36
37
  .licos
37
38
  .tmp
38
39
  .playwright-cli
@@ -42,6 +43,8 @@ tools/android-sdk-cache/*.zip
42
43
 
43
44
  *.codex-*
44
45
 
46
+ __pycache__
47
+
45
48
  dist
46
49
  logs
47
50
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: licos-platform-cli
3
- Version: 0.2.9
3
+ Version: 0.2.10
4
4
  Summary: LICOS platform CLI
5
5
  Requires-Python: >=3.10
6
- Requires-Dist: licos-platform-sdk>=0.2.8
6
+ Requires-Dist: licos-platform-sdk>=0.2.9
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "licos-platform-cli"
7
- version = "0.2.9"
7
+ version = "0.2.10"
8
8
  description = "LICOS platform CLI"
9
9
  requires-python = ">=3.10"
10
10
  dependencies = [
11
- "licos-platform-sdk>=0.2.8",
11
+ "licos-platform-sdk>=0.2.9",
12
12
  ]
13
13
 
14
14
  [project.scripts]