From 701498967be0b4bd61539da8c7196f658a2a8787 Mon Sep 17 00:00:00 2001 From: Jonathan Blazek Date: Fri, 27 Dec 2019 16:24:00 +0100 Subject: [PATCH] update version number after bug fix --- fastpt/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastpt/info.py b/fastpt/info.py index c81ec88..818a6e2 100644 --- a/fastpt/info.py +++ b/fastpt/info.py @@ -2,4 +2,4 @@ Place package information here. Because it is not a local package (e.g. __init__.py), the information is available whether the package is loaded from outside or inside the directory. ''' -__version__ = '3.0.1' \ No newline at end of file +__version__ = '3.0.2' \ No newline at end of file