Skip to content

Commit

Permalink
Bump version to 1.0.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos authored Jan 30, 2018
1 parent e134b8b commit 65bbdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iopipe/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
MODULE_LOAD_TIME = time.time() * 1000
PROCESS_ID = str(uuid.uuid4())
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"
VERSION = '1.0.0'
VERSION = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='iopipe',
version='1.0.0',
version='1.0.1',
description='IOpipe agent for serverless Application Performance Monitoring',
author='IOpipe',
author_email='support@iopipe.com',
Expand Down

0 comments on commit 65bbdc1

Please sign in to comment.