We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2dbe1 commit d43f6f4Copy full SHA for d43f6f4
setup.py
@@ -3,10 +3,10 @@
3
4
setup(
5
name='rtmbot',
6
- version='0.4.0',
+ version='0.4.1',
7
description='A Slack bot written in python that connects via the RTM API.',
8
author='Ryan Huber and Jeff Ammons',
9
- author_email='jeff@jeffammons.net',
+ author_email='developers@slack.com',
10
url='https://github.com/slackhq/python-rtmbot',
11
packages=find_packages(),
12
entry_points={'console_scripts': ['rtmbot=rtmbot.bin.run_rtmbot:main']},
0 commit comments