Skip to content

Commit 99698e9

Browse files
committed
Bump to v0.1.1
1 parent 8ef72fa commit 99698e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fcp-python",
33
"description": "Query and refactor Python codebases through intent-level commands",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"author": {
77
"name": "Scott Meyer"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fcp-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python Code Intelligence FCP — semantic Python code operations for LLMs via pylsp"
55
requires-python = ">=3.11,<3.14"
66
dependencies = [

0 commit comments

Comments
 (0)