From 7ff936dfbc80118603ed0e61ffe8a793dd1acbe7 Mon Sep 17 00:00:00 2001 From: wslulciuc Date: Tue, 6 Oct 2020 09:33:06 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.5=20=E2=86=92=200.7.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- marquez_client/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marquez_client/version.py b/marquez_client/version.py index 370fce8..dc96856 100644 --- a/marquez_client/version.py +++ b/marquez_client/version.py @@ -10,4 +10,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = '0.7.5' +VERSION = '0.7.6' diff --git a/setup.cfg b/setup.cfg index 7fac19c..d66f25a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.5 +current_version = 0.7.6 [metadata] description-file = README.md