Skip to content

Commit 19d74c2

Browse files
authored
Merge pull request #11 from dylanhogg/package_version_bump_sept24
Bump package versions to latest Sept
2 parents 02dd72b + 4101a85 commit 19d74c2

File tree

4 files changed

+1263
-1014
lines changed

4 files changed

+1263
-1014
lines changed

.github/workflows/python-poetry-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/cache@v3
2929
with:
3030
path: ~/.local # the path depends on the OS
31-
key: poetry-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-4 # increment to reset cache, e.g. if you see .venv/bin/activate: No such file or directory
31+
key: poetry-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-5 # increment to reset cache, e.g. if you see .venv/bin/activate: No such file or directory
3232

3333
- name: Install and configure Poetry, if cache miss
3434
if: steps.cached-poetry.outputs.cache-hit != 'true'

llmgraph/library/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package_name = "llmgraph"
2-
version = "1.3.0"
2+
version = "1.3.1"
33
prompts_yaml_location = "prompts.yaml"
44

55
default_llm_model = "gpt-4o-mini"

0 commit comments

Comments
 (0)