Skip to content

Commit

Permalink
Bump v0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Windisch <eric@iopipe.com>
  • Loading branch information
ewindisch committed Dec 9, 2016
1 parent a438bdd commit 25cca18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iopipe/iopipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"
DEFAULT_ENDPOINT_URL = "https://metrics-api.iopipe.com"
VERSION = "0.1.4"
VERSION = "0.1.5"


def get_pid_stat(pid):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
reqs = [str(ir.req) for ir in install_reqs]

setup(name='iopipe',
version='0.1.4',
version='0.1.5',
description='IOpipe Collector for serverless Application Performance Monitoring',
author='Eric Windisch',
author_email='eric@iopipe.com',
Expand Down

0 comments on commit 25cca18

Please sign in to comment.