We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ac6d3 commit 7e4de1dCopy full SHA for 7e4de1d
2 files changed
iopipe/constants.py
@@ -6,4 +6,4 @@
6
PROCESS_ID = str(uuid.uuid4())
7
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"
8
METRIC_NAME_LIMIT = 128
9
-VERSION = "1.7.19"
+VERSION = "1.8.0"
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name="iopipe",
33
- version="1.7.19",
+ version="1.8.0",
34
description="IOpipe agent for serverless Application Performance Monitoring",
35
long_description=README,
36
author="IOpipe",
0 commit comments