diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 79a5862..0ba1278 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.118 +current_version = 0.6.119 commit = True tag = True diff --git a/setup.py b/setup.py index d11e33e..56e9db0 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def parse_requirements(filename): setup( name="flybirds", - version="0.6.118", + version="0.6.119", author="trip_flight", author_email="flybirds_support@trip.com", description="BDD-driven natural language automated testing framework",