diff --git a/etherpump/__init__.py b/etherpump/__init__.py index b05ca8e..7fdaeab 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.12' +__VERSION__ = '0.0.13'