From 8e5a2959b13fec598ba3583fa1efbdfd58d4494e Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Tue, 21 Feb 2017 17:07:49 -0500 Subject: [PATCH] Bump version for release (#63) --- iopipe/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iopipe/constants.py b/iopipe/constants.py index e275c5ba..7e16c2b8 100644 --- a/iopipe/constants.py +++ b/iopipe/constants.py @@ -1,2 +1,2 @@ TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ" -VERSION = "0.1.9" +VERSION = "0.2.0"