From 332a4ae1632a213eae27ac3ae9393211dc1fb5cc Mon Sep 17 00:00:00 2001 From: FireHead90544 Date: Sun, 28 Jul 2024 20:55:05 +0530 Subject: [PATCH] build: bump version --- how/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how/core/__init__.py b/how/core/__init__.py index 911be7c..1f44d28 100644 --- a/how/core/__init__.py +++ b/how/core/__init__.py @@ -2,5 +2,5 @@ Package containing the core modules of the project. """ -__version__ = "0.1.0" +__version__ = "0.2.0" __author__ = "Rudransh Joshi (FireHead90544)" \ No newline at end of file