This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch update-262-release-date in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
commit 4740a2fe7410565766d09fec3bd02148938ada39 Author: pierrejeambrun <[email protected]> AuthorDate: Sun Jun 18 21:48:52 2023 +0200 Fix setup.py version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3a0197..fc2d38c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import find_packages, setup # noqa: H301 -VERSION = "2.6.1" +VERSION = "2.6.2" # To install the library, run the following # # python setup.py install
