From acd5e4d9e710ddfafbe1c424b87d657eed379879 Mon Sep 17 00:00:00 2001 From: clgwlg Date: Wed, 26 Oct 2022 13:20:42 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.6=20=E2=86=92=200.4.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",