From 434aa9f2715bc1b0fa41bb3dc5e31b0f3f96abd7 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Wed, 5 Feb 2020 16:28:03 -0500 Subject: [PATCH] httptools 0.1.0 No functional changes from 0.0.13, except the new release flow and binary wheels. --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index 2d2bff7..294ced9 100644 --- a/httptools/_version.py +++ b/httptools/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.0.13' +__version__ = '0.1.0'