diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 59087226..8f20fd96 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.6 +current_version = 0.4.7 commit = True tag = True diff --git a/setup.py b/setup.py index 3e8b4206..0c3dcd34 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def parse_requirements(filename): setup( name="flybirds", - version="0.4.6", + version="0.4.7", author="trip_flight", author_email="flybirds_support@trip.com", description="BDD-driven natural language automated testing framework",