Skip to content

Commit

Permalink
Bump version, update README
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lavers <kolanos@gmail.com>
  • Loading branch information
kolanos committed Jul 13, 2018
1 parent e96570b commit 70c90b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def handler(event, context):
pass
```

The agent comes preloaded with the [Event Info](https://github.com/iopipe/iopipe-python#event-info-plugin), [Logger](https://github.com/iopipe/iopipe-python#logger-plugin), [Profiler](https://github.com/iopipe/iopipe-python#profiler-plugin) and [Trace](https://github.com/iopipe/iopipe-python#trace-plugin) plugins. See the relevant plugin sections for usage.
The agent comes preloaded with the [Event Info](https://github.com/iopipe/iopipe-python#event-info-plugin), [Profiler](https://github.com/iopipe/iopipe-python#profiler-plugin) and [Trace](https://github.com/iopipe/iopipe-python#trace-plugin) plugins. See the relevant plugin sections for usage.

### Configuration

Expand Down
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.6.3"
VERSION = "1.6.4"
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.6.3",
version="1.6.4",
description="IOpipe agent for serverless Application Performance Monitoring",
long_description=README,
author="IOpipe",
Expand Down

0 comments on commit 70c90b9

Please sign in to comment.