Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHilston committed Jun 5, 2017
1 parent 21f4dd6 commit f5dc1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
setup(
name = "simple_slack_bot",
packages = ["simple_slack_bot"], # this must be the same as the name above
version = "0.3.2",
version = "0.3.3",
description = "Simple Slack Bot makes writing your next Slack bot incredibly easy",
long_description = "Simple Slack Bot makes writing your next Slack bot incredibly easy. By factoring out common functionality all Slack Bots require, you can focus on writing your business logic by simply registering for Slack Events defined by the Slack API",
author = "Greg Hilston",
author_email = "Gregory.Hilston@gmail.com",
url = "https://github.com/GregHilston/Simple-Slack-Bot", # use the URL to the github repo
download_url = "https://github.com/GregHilston/Simple-Slack-Bot/tarball/v0.3.2-alpha",
download_url = "https://github.com/GregHilston/Simple-Slack-Bot/tarball/v0.3.3-alpha",
keywords = ["slack", "bot", "chat", "simple"], # arbitrary keywords
classifiers = [],
install_requires=[

0 comments on commit f5dc1d9

Please sign in to comment.