diff --git a/README.md b/README.md index 0605541..ba6b5a8 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,6 @@ pip install airflow-gcpsecretmanager-adapter | :: | - | | : | - | +## Deployment + +Follow the instructions here: https://packaging.python.org/en/latest/tutorials/packaging-projects/ to build and deploy a new version of the adapter library. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 68bb1e0..faca2f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -apache-airflow-backport-providers-google==2021.3.3 \ No newline at end of file +apache-airflow-providers-google \ No newline at end of file diff --git a/setup.py b/setup.py index 460a5c7..c331c9f 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ import setuptools PACKAGE_NAME = 'airflow-gcpsecretmanager-adapter' -PACKAGE_VERSION = '0.0.7' +PACKAGE_VERSION = '2.0.1' REQUIRED_PACKAGES = [ - "apache-airflow-backport-providers-google==2021.3.3", + "apache-airflow-providers-google", ] with open("README.md", "r", encoding="utf-8") as fh: