From 191fe72f096adf88ff52b31a9de8c6ba0d1f4a31 Mon Sep 17 00:00:00 2001 From: dylan Date: Mon, 14 Oct 2024 13:47:58 -0700 Subject: [PATCH] bump version from 2.0.0 to 2.1.0 --- .github/workflows/integration_test.yml | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 17caa6f2..e4b6a691 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - dev + push: + branches: + - main jobs: test-normal: @@ -670,7 +673,7 @@ jobs: - name: Build and install aerospike-vector-search run: | python -m build - pip install dist/aerospike_vector_search-2.0.0-py3-none-any.whl + pip install dist/aerospike_vector_search-2.1.0-py3-none-any.whl - name: Upload to Codecov uses: codecov/codecov-action@v4 diff --git a/pyproject.toml b/pyproject.toml index 5cba765f..202ba383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Topic :: Database" ] -version = "2.0.0" +version = "2.1.0" requires-python = ">3.8" dependencies = [ "grpcio == 1.66.1",