From f11810aadf3bdc40f7e6e98ef35ed0e46c5253c2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Jan 2020 00:30:42 +0100 Subject: [PATCH] Bump to 0.0.12 --- etherpump/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/__init__.py b/etherpump/__init__.py index 11f5353..b05ca8e 100644 --- a/etherpump/__init__.py +++ b/etherpump/__init__.py @@ -2,4 +2,4 @@ import os DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data") -__VERSION__ = '0.0.11' +__VERSION__ = '0.0.12'