From 2392be23d9e6c30996be83a59b8f14c795ca2e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Karakaya?= Date: Sun, 21 Jun 2026 22:06:15 +0300 Subject: [PATCH] chore(release): bump version to 0.2.0 --- pythrust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythrust/__init__.py b/pythrust/__init__.py index 05b0feec..ba873803 100644 --- a/pythrust/__init__.py +++ b/pythrust/__init__.py @@ -1,4 +1,4 @@ """PyThrust package.""" -__version__ = "0.1.1" +__version__ = "0.2.0"