From 8f6645e3625d4ddbb30c8225ed9e6eec13371050 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 28 Sep 2019 00:17:48 +0200 Subject: [PATCH] Bump to the next experimental version --- etherpump/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/__init__.py b/etherpump/__init__.py index 22da45f..f1dfece 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.2' +__VERSION__ = '0.0.3'