File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313# -*- coding: utf-8 -*-
1414
1515__author__ = """Marquez Project"""
16- __version__ = "0.13.1 "
16+ __version__ = "0.14.0 "
1717
1818from marquez_client .client import MarquezClient # noqa: F401
1919from marquez_client .client_wo import MarquezWriteOnlyClient # noqa: F401
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.13.1
2+ current_version = 0.14.0
33commit = False
44tag = False
55
Original file line number Diff line number Diff line change 3232
3333setup (
3434 name = "marquez-python" ,
35- version = "0.13.1 " ,
35+ version = "0.14.0 " ,
3636 description = "Marquez Python Client" ,
3737 long_description = readme ,
3838 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 11org.gradle.internal.http.connectionTimeout =60000
22org.gradle.internal.http.socketTimeout =60000
33
4- version =0.13.2-SNAPSHOT
4+ version =0.14.0
Original file line number Diff line number Diff line change 1313# -*- coding: utf-8 -*-
1414
1515__author__ = """Marquez Project"""
16- __version__ = "0.13.1 "
16+ __version__ = "0.14.0 "
1717__all__ = ["DAG" ]
1818
1919from marquez_airflow .dag import DAG
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.13.1
2+ current_version = 0.14.0
33commit = False
44tag = False
55
Original file line number Diff line number Diff line change 4444
4545setup (
4646 name = "marquez-airflow" ,
47- version = "0.13.1 " ,
47+ version = "0.14.0 " ,
4848 description = "Marquez integration with Airflow" ,
4949 long_description = readme ,
5050 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments