Skip to content

Commit 16514f4

Browse files
committed
Merge branch 'dev' of https://github.com/finitearth/promptolution into dev
2 parents d6203d6 + b5e8adb commit 16514f4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/python-poetry/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ runs:
3535
key: ${{ runner.os }}-poetry-${{ inputs.poetry-version }}-${{ hashFiles('**/poetry.lock') }}
3636
- name: Install dependencies
3737
run: poetry install --no-interaction --no-root --only ${{ inputs.groups }}
38-
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3938
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "promptolution"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = ""
55
authors = ["Tom Zehle, Moritz Schlager, Timo Heiß"]
66
readme = "README.md"

0 commit comments

Comments
 (0)