From 963a33b8fe751a0d4bc64d84c238ee22729c0fd9 Mon Sep 17 00:00:00 2001 From: Mohamed Date: Tue, 10 Sep 2024 15:46:45 +0100 Subject: [PATCH] Prepare for 0.2.0 release (Al-Farabi) --- smartgraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgraph/__init__.py b/smartgraph/__init__.py index 316d0a4..f60e6bc 100644 --- a/smartgraph/__init__.py +++ b/smartgraph/__init__.py @@ -67,4 +67,4 @@ "process_observable", ] -__version__ = "0.0.3" +__version__ = "0.2.0"