From 8072c2c2de03b78a0183bf905734407a592f5885 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Mon, 1 Nov 2021 18:35:25 -0400 Subject: [PATCH] don't claim to export version from where it doesn't exist --- fast_overlap/fast_overlap.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/fast_overlap/fast_overlap.pyx b/fast_overlap/fast_overlap.pyx index e38e20d..38e19cf 100644 --- a/fast_overlap/fast_overlap.pyx +++ b/fast_overlap/fast_overlap.pyx @@ -6,7 +6,6 @@ cimport cython cimport numpy as np __all__ = [ - "__version__", "overlap", "overlap_parallel", ]