diff --git a/iopipe/constants.py b/iopipe/constants.py index bd7048e8..6756d3bc 100644 --- a/iopipe/constants.py +++ b/iopipe/constants.py @@ -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.16" +VERSION = "1.7.17" diff --git a/setup.py b/setup.py index a742ae7e..d90d524b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="iopipe", - version="1.7.16", + version="1.7.17", description="IOpipe agent for serverless Application Performance Monitoring", long_description=README, author="IOpipe",