From 62e3b169b3d26ccc7deeaa476f0f13cff38f2d74 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 7 Oct 2021 22:50:09 +0100 Subject: [PATCH] Prepare 0.64.0b0 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 288ac8ba..32e6d668 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Darren Burns" # The full version, including alpha/beta/rc tags -release = "0.63.0b0" +release = "0.64.0b0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c9137647..6693aa4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ exclude = ["tests/resources/"] [tool.poetry] name = "ward" -version = "0.63.0b0" +version = "0.64.0b0" description = "A modern Python testing framework" exclude = ["tests"] authors = ["Darren Burns "]