We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f432e1 commit 901db5eCopy full SHA for 901db5e
prompting/__init__.py
@@ -16,7 +16,7 @@
16
# DEALINGS IN THE SOFTWARE.
17
18
# Define the version of the template module.
19
-__version__ = "2.4.0"
+__version__ = "2.4.1"
20
version_split = __version__.split(".")
21
__spec_version__ = (
22
(10000 * int(version_split[0]))
0 commit comments