Skip to content

Commit

Permalink
Bump marquez-airflow to 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Feb 8, 2021
1 parent a665f2f commit ff46af7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/airflow/marquez_airflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = "0.3.9"
VERSION = "0.12.0"
2 changes: 1 addition & 1 deletion integrations/airflow/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.9
current_version = 0.12.0

[metadata]
description-file = README.md
2 changes: 1 addition & 1 deletion integrations/airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version(rel_path):
url="https://github.com/MarquezProject/marquez-airflow",
packages=find_packages(),
install_requires=[
"marquez-python==0.7.12",
"marquez-python==0.12.0",
"sqlparse==0.3.1"
]
)

0 comments on commit ff46af7

Please sign in to comment.