diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index de6fab39..3dd9f2d2 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: ['2.0.1'] + stack_version: ['2.1.0'] steps: - name: Checkout diff --git a/opensearchpy/_version.py b/opensearchpy/_version.py index dbca2ec8..0c246699 100644 --- a/opensearchpy/_version.py +++ b/opensearchpy/_version.py @@ -24,4 +24,4 @@ # specific language governing permissions and limitations # under the License. -__versionstr__ = "2.0.1" +__versionstr__ = "2.1.0"