diff --git a/docs/source/conf.py b/docs/source/conf.py index 3662b0c0..288ac8ba 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.62.1b0" +release = "0.63.0b0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 774860c8..159242eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ exclude = ["tests/resources/"] [tool.poetry] name = "ward" -version = "0.62.1b0" +version = "0.63.0b0" description = "A modern Python testing framework" exclude = ["tests"] authors = ["Darren Burns "]