diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8be0e87f..eb3cc8b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 commit = True tag = True diff --git a/setup.py b/setup.py index 0a442bcf..86fd63a8 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def parse_requirements(filename): setup( name="flybirds", - version="0.4.2", + version="0.4.3", author="trip_flight", author_email="flybirds_support@trip.com", description="BDD-driven natural language automated testing framework",