Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Added __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsolnes committed May 15, 2017
1 parent 5f4e406 commit 56e42f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slacker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

from slacker.utils import get_item_id_by_name

__version__ = '0.9.42'

API_BASE_URL = 'https://slack.com/api/{api}'
DEFAULT_TIMEOUT = 10
Expand Down

0 comments on commit 56e42f4

Please sign in to comment.