Skip to content

Commit 7e4de1d

Browse files
committed
Bump to v1.8.0
1 parent c3ac6d3 commit 7e4de1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

iopipe/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
PROCESS_ID = str(uuid.uuid4())
77
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"
88
METRIC_NAME_LIMIT = 128
9-
VERSION = "1.7.19"
9+
VERSION = "1.8.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="iopipe",
33-
version="1.7.19",
33+
version="1.8.0",
3434
description="IOpipe agent for serverless Application Performance Monitoring",
3535
long_description=README,
3636
author="IOpipe",

0 commit comments

Comments
 (0)