diff --git a/libs/python/computer-server/.bumpversion.cfg b/libs/python/computer-server/.bumpversion.cfg index 5ed5d152..c957d42a 100644 --- a/libs/python/computer-server/.bumpversion.cfg +++ b/libs/python/computer-server/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True message = Bump cua-computer-server to v{new_version} diff --git a/libs/python/computer-server/pyproject.toml b/libs/python/computer-server/pyproject.toml index d8009cbd..f8ddb127 100644 --- a/libs/python/computer-server/pyproject.toml +++ b/libs/python/computer-server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-computer-server" -version = "0.1.1" +version = "0.1.2" description = "Server component for the Computer-Use Interface (CUI) framework powering Cua" authors = [ { name = "TryCua", email = "gh@trycua.com" }