This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch apply-2.0.1-fixes
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git

commit d061bb049300d56abe4a0f8b98d77b6553a55339
Author: Sumit Maheshwari <su...@astronomer.io>
AuthorDate: Fri May 14 13:03:00 2021 +0530

    Fix version
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9490efb..485c846 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,8 @@
 from setuptools import setup, find_packages  # noqa: H301
 
 
-VERSION = "2.1.0.dev"
+NAME = "apache-airflow-client"
+VERSION = "2.0.1"
 # To install the library, run the following
 #
 # python setup.py install

Reply via email to