From b2f80039fe7d59a6273329faff66be297cc64f15 Mon Sep 17 00:00:00 2001 From: Frederike Date: Thu, 12 Sep 2019 17:21:56 +0200 Subject: [PATCH] Remove duplicate version info. --- pylocus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylocus/__init__.py b/pylocus/__init__.py index 1fdb688..44b35bf 100644 --- a/pylocus/__init__.py +++ b/pylocus/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4dev" +### This file exists only to tell python that this folder is a package.