We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fef14 commit 63fe115Copy full SHA for 63fe115
setup.py
@@ -4,7 +4,7 @@
4
this_directory = Path(__file__).parent
5
long_description = (this_directory / "README.md").read_text()
6
7
-VERSION = '1.2.0'
+VERSION = '1.2.1'
8
DESCRIPTION = 'Streamlining the process of multi-prompting LLMs with chains'
9
10
setup(
0 commit comments