From 63b46247967a8cec2f1d2d9bbbfc28c61893e4b3 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Tue, 23 Jan 2024 21:25:57 -0600 Subject: [PATCH] Version 3.2.0-rc.1 --- Ctl/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ctl/VERSION b/Ctl/VERSION index a0cd9f0c..b293f7e4 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.2.0-rc.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 667cf55a..6516f676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "ixctl" repository = "https://github.com/fullctl/ixctl" -version = "3.1.0" +version = "3.2.0-rc.1" description = "ix control" authors = ["20C "] license = "Apache-2.0"