orrin-cli 0.2.0__tar.gz → 0.2.0.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.4
2
2
  Name: orrin-cli
3
- Version: 0.2.0
3
+ Version: 0.2.0.2
4
4
  Summary: Orrin CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -9,6 +9,10 @@ Requires-Dist: typer[all]>=0.12.0
9
9
  Requires-Dist: click<8.2
10
10
  Dynamic: license-file
11
11
 
12
- # Orrin CLI v0.1.9.6
12
+ # Orrin CLI v0.2.0.2
13
+
14
+ ## What's New
15
+
16
+ In v0.2.0.2, a minor change was made to support new icon sizes of 64x64, 128x128, 256x256, and 512x512.
13
17
 
14
18
  Please refer to [the docs](https://stellr-company.com/orrin/docs) for more information over Orrin CLI.
@@ -0,0 +1,7 @@
1
+ # Orrin CLI v0.2.0.2
2
+
3
+ ## What's New
4
+
5
+ In v0.2.0.2, a minor change was made to support new icon sizes of 64x64, 128x128, 256x256, and 512x512.
6
+
7
+ Please refer to [the docs](https://stellr-company.com/orrin/docs) for more information over Orrin CLI.
@@ -662,12 +662,13 @@ def init_tool_project():
662
662
  'project_type': 'tool',
663
663
  'name': project_name,
664
664
  'desc': project_desc,
665
+ 'version': '1.0.0',
665
666
  'nuances': {},
666
667
  'icons': {
667
- '24x24': '<path>',
668
- '32x32': '<path>',
669
- '48x48': '<path>',
670
- '64x64': '<path>'
668
+ '64x64': '<path>',
669
+ '128x128': '<path>',
670
+ '256x256': '<path>',
671
+ '512x512': '<path>'
671
672
  },
672
673
  },
673
674
  'plugins': {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orrin-cli
3
- Version: 0.2.0
3
+ Version: 0.2.0.2
4
4
  Summary: Orrin CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -9,6 +9,10 @@ Requires-Dist: typer[all]>=0.12.0
9
9
  Requires-Dist: click<8.2
10
10
  Dynamic: license-file
11
11
 
12
- # Orrin CLI v0.1.9.6
12
+ # Orrin CLI v0.2.0.2
13
+
14
+ ## What's New
15
+
16
+ In v0.2.0.2, a minor change was made to support new icon sizes of 64x64, 128x128, 256x256, and 512x512.
13
17
 
14
18
  Please refer to [the docs](https://stellr-company.com/orrin/docs) for more information over Orrin CLI.
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "orrin-cli"
3
3
  readme = "README.md"
4
- version = "0.2.0"
4
+ version = "0.2.0.2"
5
5
  description = "Orrin CLI"
6
6
  requires-python = ">=3.9"
7
7
  dependencies = [
orrin_cli-0.2.0/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Orrin CLI v0.1.9.6
2
-
3
- Please refer to [the docs](https://stellr-company.com/orrin/docs) for more information over Orrin CLI.
File without changes
File without changes
File without changes
File without changes