diff --git a/docs/source/conf.py b/docs/source/conf.py index 98ba3360..93c6bcdc 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.66.1b0" +release = "0.67.0b0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 39f69516..8ae452a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ exclude = ["tests/resources/"] [tool.poetry] name = "ward" -version = "0.66.1b0" +version = "0.67.0b0" description = "A modern Python testing framework" exclude = ["tests"] authors = ["Darren Burns "] diff --git a/ward/_ward_version.py b/ward/_ward_version.py index df990721..559692a8 100644 --- a/ward/_ward_version.py +++ b/ward/_ward_version.py @@ -1,3 +1 @@ -import pkg_resources - -__version__ = pkg_resources.get_distribution("ward").version +__version__ = "0.67.0b0"