Skip to content

Commit

Permalink
version bump poetry install (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Feb 5, 2023
1 parent 3cbea96 commit c4b71db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
key: "tool.poetry.version"
value: "${{ steps.get_version.outputs.VERSION }}"

- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8

- name: Install Poetry
uses: dschep/install-poetry-action@v1.3
- name: install poetry
run: |
pip install poetry
- name: Cache Poetry virtualenv
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redisai"
version = "1.2.1"
version = "1.3.0"
description = "RedisAI Python Client"
authors = ["Redis <oss@redis.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit c4b71db

Please sign in to comment.