From 13e4012ce5eb3679e1be7bcbaeacdc04e798b2d3 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Fri, 21 Jun 2019 13:42:58 -0400 Subject: [PATCH] Bump because bug fix, but no one will care --- ckcc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckcc/__init__.py b/ckcc/__init__.py index 627757d..bea3e9e 100644 --- a/ckcc/__init__.py +++ b/ckcc/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.7.7' +__version__ = '0.7.8' __all__ = [ "client", "protocol", "constants" ]