From fb44628a85682ed0981e06986528a3b21d508e6b Mon Sep 17 00:00:00 2001 From: jeffdi Date: Tue, 10 Mar 2026 09:54:33 -0700 Subject: [PATCH] Bump version to 2.1.0 for PyPI release 2.0.0 already exists on PyPI. This release includes the fix to sync project name from platform when running cf link. Made-with: Cursor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c23f451..678f1d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chipfoundry-cli" -version = "2.0.0" +version = "2.1.0" description = "CLI tool to automate ChipFoundry project submission to SFTP server" authors = ["ChipFoundry "] readme = "README.md"