From 154e962298d36613d7b8f64d2c07f935b7d53964 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Mon, 28 Aug 2023 18:18:45 +0000 Subject: [PATCH] Version 3.0.1-rc35 --- Ctl/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ctl/VERSION b/Ctl/VERSION index 72c877ce..5c2954af 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -3.0.1-rc34 \ No newline at end of file +3.0.1-rc35 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 73f704c9..acad61a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "ixctl" repository = "https://github.com/fullctl/ixctl" -version = "3.0.1-rc34" +version = "3.0.1-rc35" description = "ix control" authors = ["20C "] license = "Apache-2.0"