Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-larosa committed Aug 15, 2024
1 parent 2e84096 commit 76bc4d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install --with cpu
- name: Run tests
run: poetry run pytest
deploy:
needs: test
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 = "colbert_rag"
version = "0.1.0"
version = "0.1.1"
description = "RAG using Langchain and RAGatouille"
authors = ["ricardo-larosa <ricardo@larosa.dev>"]
packages = [{ include = "colbert_rag" }]
Expand Down

0 comments on commit 76bc4d0

Please sign in to comment.