Skip to content

Commit

Permalink
Merge pull request #55 from aerospike/dev
Browse files Browse the repository at this point in the history
bump version from 2.0.0 to 2.1.0
  • Loading branch information
dwelch-spike authored Oct 14, 2024
2 parents 9592889 + 191fe72 commit 2047a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- dev
push:
branches:
- main

jobs:
test-normal:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2047a23

Please sign in to comment.