From d35a18f43624c596c15ad8d5f69a319e54d54408 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 8 Aug 2023 14:25:57 -0400 Subject: [PATCH] chore: bump to next dev version (#94) --- google/cloud/alloydb/connector/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/alloydb/connector/version.py b/google/cloud/alloydb/connector/version.py index 30215f5f..9da0cf4d 100644 --- a/google/cloud/alloydb/connector/version.py +++ b/google/cloud/alloydb/connector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.3" +__version__ = "0.1.4-dev"