From 4e1304f043ebe7962ab31f94110fc6098a962489 Mon Sep 17 00:00:00 2001 From: Omer Cohen Date: Tue, 15 May 2018 14:16:45 +0700 Subject: [PATCH] v0.0.11 (#13) --- honeycomb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honeycomb/__init__.py b/honeycomb/__init__.py index 18425a4..893e063 100644 --- a/honeycomb/__init__.py +++ b/honeycomb/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals, absolute_import -version = (0, 0, 10) +version = (0, 0, 11) __version__ = ".".join(str(x) for x in version)