Skip to content

Commit

Permalink
pytest-bdd-ng version fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostiantyn Goloveshko authored and Kostiantyn Goloveshko committed May 24, 2022
1 parent ae7dc40 commit aa9b081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_bdd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
PytestBDDStepDefinitionWarning,
)

__version__ = "1.0.0"
__version__ = "1.0.1"

__all__ = ["given", "when", "then", "scenario", "scenarios"]

0 comments on commit aa9b081

Please sign in to comment.