Skip to content

Commit b0f5dd1

Browse files
committed
fix for version bump
1 parent d5451b6 commit b0f5dd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
git config --global user.name 'ProjectBot'
9696
git config --global user.email '[email protected]'
97-
poetry version $VERSION
97+
poetry version ${{ steps.set-version.outputs.version }}
9898
poetry version patch
9999
git add pyproject.toml
100100
git commit -m 'auto bump version with release'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ classifiers = [
99
"Topic :: Software Development :: Libraries :: Application Frameworks",
1010
"Topic :: Software Development :: Libraries :: Python Modules",
1111
]
12-
version = "0.2.2"
12+
version = "0.3.1"
1313
description = "Interface between LLMs and your data"
1414
authors = ["Dmitry Maslennikov <[email protected]>"]
1515
keywords = ["LLM", "NLP", "RAG", "data", "devtools", "index", "retrieval", "iris"]

0 commit comments

Comments
 (0)