From 42873a75cf77d46aa2ba3aa022527514c14deeb4 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Mon, 26 Apr 2021 11:11:58 -0400 Subject: [PATCH] Bump version to 0.1.2 --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index cef2c18..ef85698 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.1.1' +__version__ = '0.1.2'