Skip to content

Commit cd63637

Browse files
committed
updates version for 1.1 release
Signed-off-by: Shivam Dhar <dhshivam@amazon.com>
1 parent 03b2bef commit cd63637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unified-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
stack_version: ['1.0.0']
12+
stack_version: ['1.1.0']
1313

1414
steps:
1515
- name: Checkout

opensearchpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# specific language governing permissions and limitations
2525
# under the License.
2626

27-
__versionstr__ = "1.0.0"
27+
__versionstr__ = "1.1.0"

0 commit comments

Comments
 (0)