diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5f5fe49e..b0928109 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/setup.py b/setup.py index ed3f99cb..b70b90dd 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def parse_requirements(filename): setup( name="flybirds", - version="0.6.0", + version="0.6.1", author="trip_flight", author_email="flybirds_support@trip.com", description="BDD-driven natural language automated testing framework",