Move get_version to algo/util.py; fix version to 0.25

This commit is contained in:
MarkRx
2024-12-17 08:44:53 -07:00
parent 75a120952c
commit 452abe2e18
5 changed files with 26 additions and 26 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pr-agent"
version = "0.2.6"
version = "0.2.5"
authors = [{ name = "CodiumAI", email = "tal.r@codium.ai" }]