Skip to content

Commit 0111c9f

Browse files
Update version to 1.3.0 in pyproject.toml. Change GPIO button output color to 'ansi_bright_green' for improved visibility in the UI.
1 parent dad6318 commit 0111c9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chipfoundry_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ class ModeSelectScreen(ModalScreen):
731731
}
732732
733733
.mode-btn-output {
734-
color: green;
734+
color: ansi_bright_green;
735735
}
736736
737737
.mode-btn-input {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chipfoundry-cli"
3-
version = "1.2.11"
3+
version = "1.3.0"
44
description = "CLI tool to automate ChipFoundry project submission to SFTP server"
55
authors = ["ChipFoundry <marwan.abbas@chipfoundry.io>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)