From 50e817faad305c78c59db780e0894d65153f80c6 Mon Sep 17 00:00:00 2001 From: David Fogl Date: Sat, 19 Oct 2024 16:18:34 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f288946..280f511 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def get_requirements(): setup( name="robotframework-ai", - version="0.0.2", + version="0.0.3", classifiers=CLASSIFIERS, author="Stijn de Jong", author_email="stijndejong125@gmail.com",