Skip to content

Commit 3409216

Browse files
VicVic
authored andcommitted
Add branding for GitHub Marketplace
1 parent ccd6712 commit 3409216

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'PyOB Autonomous Architect'
22
description: 'Autonomous code review, surgical patching, and symbolic dependency tracking.'
33
author: 'vicsanity623'
4+
branding:
5+
icon: 'cpu'
6+
color: 'green'
47
inputs:
58
gemini_keys:
69
description: 'Comma-separated list of Gemini API keys'

build_pyinstaller_multiOS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def main():
88
os_name = platform.system().lower()
99
project_root = Path(__file__).parent.absolute()
10-
VERSION = "0.3.0"
10+
VERSION = "0.3.1"
1111
APP_NAME = "Py-OB"
1212
print(f"🚀 Forging {APP_NAME} v{VERSION} for {os_name}...")
1313

0 commit comments

Comments
 (0)