Skip to content

Commit 535fe02

Browse files
Update version
1 parent cd3f44c commit 535fe02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main() -> None:
5151
# Add optional parameters for authentication etc.
5252
parser.add_argument("-u", "--user", default="sentiment-bot", help="Username to use when connecting to the IRC server")
5353
parser.add_argument("-n", "--nick", default="sentiment-bot", help="Nick to use when connecting to the IRC server")
54-
parser.add_argument("-g", "--gecos", default="Sentiment Bot v1.0.1 (github.com/AlexGustafsson/irc-sentiment-bot)")
54+
parser.add_argument("-g", "--gecos", default="Sentiment Bot v1.0.2 (github.com/AlexGustafsson/irc-sentiment-bot)")
5555
parser.add_argument("-c", "--channel", required=True, action='append', help="Channel to join. May be used more than once")
5656

5757
# Parse the arguments

0 commit comments

Comments
 (0)