Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffzemla committed Feb 26, 2018
1 parent dd45c51 commit 562dc3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ mywebhook.txt
test.py
python/dist
python/build
pythjon/jarjar.egg-info
python/jarjar.egg-info
python/update-pip.sh
2 changes: 1 addition & 1 deletion python/jarjar.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: jarjar
Version: 2.0.1
Version: 2.0.2
Summary: Programatically send messages to your slack team
Home-page: https://github.com/AusterweilLab/jarjar
Author: The Austerweil Lab at UW-Madison
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='jarjar',
version='2.0.1',
version='2.0.2',
description='Programatically send messages to your slack team',
url='https://github.com/AusterweilLab/jarjar',
author='The Austerweil Lab at UW-Madison',
Expand Down

0 comments on commit 562dc3c

Please sign in to comment.