Skip to content

Commit 29b51cf

Browse files
Release v0.1.4 (#24)
* [create-pull-request] automated change * ci: give pr action appropriate permissions --------- Co-authored-by: NJordan72 <[email protected]> Co-authored-by: Nick Jordan <[email protected]>
1 parent d99f908 commit 29b51cf

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
required: true
99
type: string
1010

11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
1115
jobs:
1216
release:
1317
runs-on: ubuntu-latest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install narrative-llm-tools
3030
To use the HuggingFace Inference Endpoints Handler, via HuggingFace Inference Endpoints you will need to reference this library from a `requirements.txt` file in your repository:
3131

3232
```text
33-
narrative-llm-tools @ git+https://github.com/narrative-io/[email protected].3
33+
narrative-llm-tools @ git+https://github.com/narrative-io/[email protected].4
3434
```
3535

3636
Additionally, you will need to add the following `handler.py` file to your repository:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "narrative-llm-tools"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A set of tools to use when calling Narrative I/O LLMs."
55
classifiers = [
66
"Programming Language :: Python :: 3",

release_notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### 🐛 Bug Fixes
55

66
### 🔧 Other Changes
7+
* ci: configure github user (#23) (d99f908)
8+
* Release v0.1.3 (#21) (40d1018)
9+
* ci: fix tagging and version update process (#22) (13e43d9)
710
* ci: remove main commit (#20) (57374f3)
811
* ci: codeql not on push to main (#19) (807ae25)
912
* chore(deps): update peter-evans/create-pull-request action to v7 (#18) (604a782)

0 commit comments

Comments
 (0)