Skip to content

Commit

Permalink
Bump to v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos committed Nov 28, 2018
1 parent 24fd035 commit e76c634
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 @@ -6,4 +6,4 @@
PROCESS_ID = str(uuid.uuid4())
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"
METRIC_NAME_LIMIT = 128
VERSION = "1.7.5"
VERSION = "1.7.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="iopipe",
version="1.7.5",
version="1.7.6",
description="IOpipe agent for serverless Application Performance Monitoring",
long_description=README,
author="IOpipe",
Expand Down

0 comments on commit e76c634

Please sign in to comment.