Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Prepare 0.67.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 3, 2022
1 parent 518a0ec commit 2f20003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down
4 changes: 1 addition & 3 deletions ward/_ward_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import pkg_resources

__version__ = pkg_resources.get_distribution("ward").version
__version__ = "0.67.0b0"

0 comments on commit 2f20003

Please sign in to comment.