From 362788ba18205a1989311c76cff520ebba1bab63 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 1 Feb 2024 15:22:09 -0500 Subject: [PATCH] Bump release versions to 1.1 --- saw-remote-api/python/pyproject.toml | 2 +- saw-remote-api/saw-remote-api.cabal | 2 +- saw-script.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/saw-remote-api/python/pyproject.toml b/saw-remote-api/python/pyproject.toml index 7677b432bd..531d2a06ba 100644 --- a/saw-remote-api/python/pyproject.toml +++ b/saw-remote-api/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saw-client" -version = "1.0.0" +version = "1.1.0" readme = "README.md" description = "SAW client for the SAW RPC server" authors = ["Galois, Inc. "] diff --git a/saw-remote-api/saw-remote-api.cabal b/saw-remote-api/saw-remote-api.cabal index d477bfa175..25e2b51ab7 100644 --- a/saw-remote-api/saw-remote-api.cabal +++ b/saw-remote-api/saw-remote-api.cabal @@ -4,7 +4,7 @@ cabal-version: 2.4 -- http://haskell.org/cabal/users-guide/ name: saw-remote-api -version: 1.0.0 +version: 1.1.0 -- synopsis: -- description: -- bug-reports: diff --git a/saw-script.cabal b/saw-script.cabal index 7804376543..345dbafe7f 100644 --- a/saw-script.cabal +++ b/saw-script.cabal @@ -1,6 +1,6 @@ Cabal-version: 2.4 Name: saw-script -Version: 1.0.0.99 +Version: 1.1 Author: Galois Inc. Maintainer: atomb@galois.com Build-type: Custom