From 005b4189a7978d6116f7804a1f91c6f10cc04cfe Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Mon, 8 Aug 2022 16:21:33 -0400 Subject: [PATCH] Prepare next development version 0.26.0-SNAPSHOT Signed-off-by: Michael Robinson --- clients/python/marquez_client/__init__.py | 2 +- clients/python/setup.cfg | 2 +- clients/python/setup.py | 2 +- gradle.properties | 2 +- spec/openapi.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/python/marquez_client/__init__.py b/clients/python/marquez_client/__init__.py index 68379f71a6..15c6350632 100644 --- a/clients/python/marquez_client/__init__.py +++ b/clients/python/marquez_client/__init__.py @@ -4,7 +4,7 @@ # -*- coding: utf-8 -*- __author__ = """Marquez Project""" -__version__ = "0.25.0" +__version__ = "0.26.0" from marquez_client.client import MarquezClient # noqa: F401 from marquez_client.clients import Clients # noqa: F401 diff --git a/clients/python/setup.cfg b/clients/python/setup.cfg index c5c95567e6..f37213a8fe 100644 --- a/clients/python/setup.cfg +++ b/clients/python/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.25.0 +current_version = 0.26.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P.*) diff --git a/clients/python/setup.py b/clients/python/setup.py index 7de86a93b6..8366f9332e 100644 --- a/clients/python/setup.py +++ b/clients/python/setup.py @@ -24,7 +24,7 @@ setup( name="marquez-python", - version="0.25.0", + version="0.26.0", description="Marquez Python Client", long_description=readme, long_description_content_type="text/markdown", diff --git a/gradle.properties b/gradle.properties index 78516a5fed..127acc4dc9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,4 +7,4 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED -version=0.25.0 +version=0.26.0-SNAPSHOT diff --git a/spec/openapi.yml b/spec/openapi.yml index 3edcd2c115..7ccfe989d1 100644 --- a/spec/openapi.yml +++ b/spec/openapi.yml @@ -3,7 +3,7 @@ openapi: 3.0.2 info: title: Marquez - version: 0.25.0 + version: 0.26.0-SNAPSHOT description: Marquez is an open source **metadata service** for the **collection**, **aggregation**, and **visualization** of a data ecosystem's metadata. license: