From 6773e8f41508d063bc481125265f530912cd0b6b Mon Sep 17 00:00:00 2001 From: Phil Biggin <51948186+philbiggin@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:34:58 +0100 Subject: [PATCH] Update __init__.py --- PoreAnalyser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PoreAnalyser/__init__.py b/PoreAnalyser/__init__.py index 18a5786..8eeb426 100644 --- a/PoreAnalyser/__init__.py +++ b/PoreAnalyser/__init__.py @@ -14,7 +14,7 @@ #from download_files import download_output, download_Ellipsoid_output #from ellipsoid_optimisation import ellipsoid_pathway -__version__ = "0.0.8" +__version__ = "0.0.10" __author__ = 'David Seiferth' from .hole_analysis import hole_analysis