chore: bump version to 3.1.3

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-02-24 22:24:03 +03:00
parent bbc1674f77
commit 91d6340c3c
6 changed files with 14 additions and 12 deletions

View File

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