chore: bump version to 3.4.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-03-25 21:37:57 +03:00
parent d76ab1d9a4
commit 5a93003da4
3 changed files with 6 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ class TestUnifiedCLIEntryPoints(unittest.TestCase):
# Should show version
output = result.stdout + result.stderr
self.assertIn("3.3.0", output)
self.assertIn("3.4.0", output)
except FileNotFoundError:
# If skill-seekers is not installed, skip this test