Skip to content

Commit

Permalink
bumnp version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocepedaw authored and jwon committed Jul 20, 2021
1 parent 8618208 commit 6bc8a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/iris/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.32"
__version__ = "1.0.33"
4 changes: 2 additions & 2 deletions src/iris/vendors/iris_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def send_message(self, message):
try:
response = requests.post(message_endpoint,
headers={
'Authorization': 'Bearer %s' % self.config['auth_token'],
'Content-Type': 'application/json'
'Authorization': 'Bearer %s' % self.config['auth_token'],
'Content-Type': 'application/json'
},
data=ujson.dumps(payload),
proxies=self.proxy,
Expand Down

0 comments on commit 6bc8a33

Please sign in to comment.