From 063f8781301e1dea626d238857a6fe07e87b64ab Mon Sep 17 00:00:00 2001 From: Anton Bryzgalov Date: Wed, 20 Sep 2023 13:48:18 +0200 Subject: [PATCH] .github/workflows/publish-to-pypi.yml: 1.1.0rc1 --- .github/workflows/publish-to-pypi.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 7942e2b..826b792 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -76,7 +76,7 @@ jobs: python -m pip install \ --index-url https://test.pypi.org/simple \ --extra-index-url https://pypi.org/simple \ - airflow-clickhouse-plugin[common.sql]==1.1.0 + airflow-clickhouse-plugin[common.sql]==1.1.0rc1 - name: Run tests on ClickHouse server env: AIRFLOW_CONN_CLICKHOUSE_DEFAULT: "clickhouse://localhost:${{ job.services.clickhouse.ports['9000'] }}" diff --git a/pyproject.toml b/pyproject.toml index 5a90017..f7353d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "airflow-clickhouse-plugin" -version = "1.1.0" +version = "1.1.0rc1" description = "airflow-clickhouse-plugin — Airflow plugin to execute ClickHouse commands and queries" readme = "README.md" requires-python = ">=3.8"