Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit d43f6f4

Browse files
committed
Updated Version and contact email
1 parent 5f2dbe1 commit d43f6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
setup(
55
name='rtmbot',
6-
version='0.4.0',
6+
version='0.4.1',
77
description='A Slack bot written in python that connects via the RTM API.',
88
author='Ryan Huber and Jeff Ammons',
9-
author_email='[email protected]',
9+
author_email='[email protected]',
1010
url='https://github.com/slackhq/python-rtmbot',
1111
packages=find_packages(),
1212
entry_points={'console_scripts': ['rtmbot=rtmbot.bin.run_rtmbot:main']},

0 commit comments

Comments
 (0)