Skip to content

Commit 901db5e

Browse files
committed
Increment Version Number
1 parent 0f432e1 commit 901db5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# DEALINGS IN THE SOFTWARE.
1717

1818
# Define the version of the template module.
19-
__version__ = "2.4.0"
19+
__version__ = "2.4.1"
2020
version_split = __version__.split(".")
2121
__spec_version__ = (
2222
(10000 * int(version_split[0]))

0 commit comments

Comments
 (0)