You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ms...@apache.org on 2021/04/12 15:21:50 UTC

[airflow-client-python] 02/02: Update Changelog & setup.py

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 <su...@astronomer.io>
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