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