Skip to content

Commit

Permalink
Merge pull request #11 from dylanhogg/package_version_bump_sept24
Browse files Browse the repository at this point in the history
Bump package versions to latest Sept
  • Loading branch information
dylanhogg authored Aug 31, 2024
2 parents 02dd72b + 4101a85 commit 19d74c2
Show file tree
Hide file tree
Showing 4 changed files with 1,263 additions and 1,014 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-poetry-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local # the path depends on the OS
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
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

- name: Install and configure Poetry, if cache miss
if: steps.cached-poetry.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion llmgraph/library/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package_name = "llmgraph"
version = "1.3.0"
version = "1.3.1"
prompts_yaml_location = "prompts.yaml"

default_llm_model = "gpt-4o-mini"
Expand Down
Loading

0 comments on commit 19d74c2

Please sign in to comment.