From 1edad42cbfb50150e7918f5bfac5c6cf39325671 Mon Sep 17 00:00:00 2001 From: trvinh Date: Fri, 27 Jan 2023 09:33:58 +0100 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 330266a..0cf1df4 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="fdog", - version="0.1.2", + version="0.1.3", python_requires='>=3.7.0', description="Feature-aware Directed OrtholoG search tool", long_description=long_description,