Skip to content

Commit 53c139e

Browse files
committed
Switched to version 0.24.1 on Github #26 related
1 parent 6a0bd52 commit 53c139e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bulk-chain
1+
# bulk-chain 0.24.1
22
![](https://img.shields.io/badge/Python-3.9-brightgreen.svg)
33
[![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/nicolay-r/bulk-chain/blob/master/bulk_chain_tutorial.ipynb)
44
[![twitter](https://img.shields.io/twitter/url/https/shields.io.svg?style=social)](https://x.com/nicolayr_/status/1847969224636961033)
@@ -19,7 +19,7 @@ It allows applying series of prompts formed into `schema` (See [related section]
1919
# Installation
2020

2121
```bash
22-
pip install bulk-chain==0.24.0
22+
pip install bulk-chain
2323
```
2424

2525
## Chain-of-Thought Schema

bulk_chain_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{
4141
"cell_type": "code",
4242
"source": [
43-
"!pip install bulk-chain==0.24.0"
43+
"!pip install bulk-chain"
4444
],
4545
"metadata": {
4646
"id": "73w_wfBl1NjM"
@@ -133,4 +133,4 @@
133133
"outputs": []
134134
}
135135
]
136-
}
136+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_requirements(filenames):
1515

1616
setup(
1717
name='bulk_chain',
18-
version='0.24.0',
18+
version='0.24.1',
1919
python_requires=">=3.6",
2020
description='A lightweight, no-strings-attached Chain-of-Thought framework for your LLM, '
2121
'ensuring reliable results for bulk input requests.',

0 commit comments

Comments
 (0)