From 844efe8a494ddef6d479c9ef5861c2ac9ad3a369 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 7 Oct 2019 22:42:56 +0200 Subject: [PATCH] Bump to next version --- etherpump/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/__init__.py b/etherpump/__init__.py index ec923ad..2b2d78e 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.5' +__VERSION__ = '0.0.6'