diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index 6db6f153..f3bfdd8d 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - stack_version: ['1.0.0'] + stack_version: ['1.1.0'] steps: - name: Checkout diff --git a/opensearchpy/_version.py b/opensearchpy/_version.py index 7fd3764d..8b4916f3 100644 --- a/opensearchpy/_version.py +++ b/opensearchpy/_version.py @@ -24,4 +24,4 @@ # specific language governing permissions and limitations # under the License. -__versionstr__ = "1.0.0" +__versionstr__ = "1.1.0"