We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e99bb commit b5a4f47Copy full SHA for b5a4f47
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "devcoach"
3
-version = "0.3.9"
+version = "0.3.10"
4
description = "A local MCP server that acts as a progressive technical coach for Claude Code and Claude Desktop"
5
readme = "README.md"
6
requires-python = ">=3.12"
sonar-project.properties
@@ -2,7 +2,7 @@ sonar.projectKey=UltimaPhoenix_dev-coach
sonar.organization=ultimaphoenix
sonar.projectName=devcoach
-sonar.projectVersion=0.3.9
+sonar.projectVersion=0.3.10
7
sonar.sources=src
8
sonar.tests=tests
0 commit comments