Bump version to 3.0.0, since we have incompatible changes

This commit is contained in:
Alessio Bogon 2018-10-18 11:52:45 +02:00 committed by Oleg Pidsadnyi
parent 7671290ad0
commit 7b0685e42d
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
from pytest_bdd.steps import given, when, then
from pytest_bdd.scenario import scenario, scenarios
__version__ = '2.21.0'
__version__ = '3.0.0'
__all__ = [given.__name__, when.__name__, then.__name__, scenario.__name__, scenarios.__name__]