Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 05b2c7c

Browse files
committed
version bump v0.3.2
1 parent efdcab0 commit 05b2c7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

samples/hello_world/webhook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def prompt_color(color):
4343
@assist.action("give-color", mapping={"color": "sys.color"})
4444
def repeat_color(color):
4545
speech = "Ok, {} is an okay color I guess.".format(color)
46-
speech += "\n What pizza do you want"
4746
return ask(speech)
4847

4948

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="Flask-Assistant",
14-
version="0.3.1",
14+
version="0.3.2",
1515
url="https://github.com/treethought/flask-assistant",
1616
license="Apache 2.0",
1717
author="Cam Sweeney",

0 commit comments

Comments
 (0)