This is an automated email from the ASF dual-hosted git repository. msumit pushed a commit to branch r2.0 in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
commit a9a26460c7de058df97b6118b638591cddef1f2b Author: Sumit Maheshwari <[email protected]> AuthorDate: Wed Apr 7 17:04:58 2021 +0530 Update Changelog & setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36fc17a..2a822be 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "airflow-client" -VERSION = "1.0.0" +VERSION = "2.0.0" # To install the library, run the following # # python setup.py install
